Hopping to infinity along a string of digitswhat is the new order of the digits here ? Both the numbers $144$ and $441$ consists of the same digits?Deterministic Turing machine for a duplicate concatenation of a stringprove that language is not decidable (string and reverse)Sequences of consecutive digits of arbitrary length in irrational ternary numbers (take two).Can I guess an irrational number formula from its digits?Reversing the digits of an infinite decimalIs each string decideble?Conjecture about the digits of $pi$Cardinality of number of digitsNumbers such that they equal the product of their own digits

How does Howard Stark know this?

What food production methods would allow a metropolis like New York to become self sufficient

We are two immediate neighbors who forged our own powers to form concatenated relationship. Who are we?

Is the schwa sound consistent?

Were there religious wars in Hinduism itself? As it was the case for Christian between Catholics and Protestants?

Will change of address affect direct deposit?

How to draw individual mesh lines in ArrayPlot

What kind of fluid is sand?

How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?

Remove everything except csv file Bash Script

Can I use my laptop, which says 240V, in the USA?

Why does the Earth follow an elliptical trajectory rather than a parabolic one?

What happened to python's ~ when working with boolean?

Why use steam instead of just hot air?

LocalDate.plus Incorrect Answer

Can I do brevets (long distance rides) on my hybrid bike? If yes, how to start?

How is CoreiX like Corei5, i7 is related to Haswell, Ivy Bridge?

"Fīliolō me auctum scito, salva Terentia"; what is "me" role in this phrase?

What does the act of cursing one's parents entail?

Why do Thanos's punches not kill Captain America or at least cause some mortal injuries?

How can I answer high-school writing prompts without sounding weird and fake?

Is a vertical stabiliser needed for straight line flight in a glider?

Understanding basic photoresistor circuit

stdout and stderr redirection to different files



Hopping to infinity along a string of digits


what is the new order of the digits here ? Both the numbers $144$ and $441$ consists of the same digits?Deterministic Turing machine for a duplicate concatenation of a stringprove that language is not decidable (string and reverse)Sequences of consecutive digits of arbitrary length in irrational ternary numbers (take two).Can I guess an irrational number formula from its digits?Reversing the digits of an infinite decimalIs each string decideble?Conjecture about the digits of $pi$Cardinality of number of digitsNumbers such that they equal the product of their own digits













9












$begingroup$


Let $s$ be an infinite string of decimal digits, for example:
beginarraycccccccccc
s = 3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 & cdots
endarray

Consider a marker, the head, pointing to the first digit, $3$ in the above example. Interpret the digit under
the head as an instruction to move the head $3$ digits to the right, i.e., to the $4$th digit. Now the head is pointing to $1$. Interpret this as an instruction to move $1$ place to the left. Continue in this manner, hopping through the string, alternately moving right and left. Think of the head as akin to the head of a Turing machine, and $s$ as the tape of instructions.



There are three possible behaviors.
(1) The head moves off the left end of $s$:



beginarraycccccccccc
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text $^wedge$ & text & text & text & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text $^wedge$ & text & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text & text & text & text $^wedge$ \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text & text & text $^wedge$ & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text
endarray



(2) The head goes into a cycle, e.g., when the head hits $0$:

beginarraycccccccccccccc
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text $^wedge$ & text & text & text & text & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text
endarray



(3) The head moves off rightward to infnity:

beginarrayccccccccccccc
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text $^wedge$ & text & text & text & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text & text & text & text $^wedge$ & text \
endarray



This last string could be viewed as the decimal expansion of $31/99 = 0.3131313131313cdots$.


Q1. What is an example of an irrational number
$0.d_1 d_2 d_3 cdots$ whose string $s=d_1 d_2 d_3 cdots$ causes the head to hop rightward to infinity?



Q1.5. (Added). Is there an explicit irrational algebraic number with the hop-to-$infty$ property?




I'm thinking of something like $sqrt7-2$, the
2nd example above (which cycles).




Q2. More generally, which strings
cause the head to hop rightward to infinity?






Update (summarizing answers, 13Apr2019).
Q1. There are irrationals with the hop-to-$infty$ property
(@EthanBolker, @TheSimpliFire),
but explicit construction requires using, e.g., the
Thue-Morse sequence (@Wojowu).
Q1.5. @EthanBolker suggests this may be difficult, and @Wojowu suggests it may be false (b/c: nine consecutive zeros): Perhaps no algebraic irrational has the hop-to-$infty$ property.
Q2. A partial algorithmic characterization by @TheSimpliFire.








share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    You want a string such that the $D_1=(1+d_1)$th digit is less than $d_1$, that the $D_2=(1+d_1-D_1)$th digit is greater than $D_1$, that the $D_3=(1+d_1-D_1+D_2)$th digit is less than $D_2$, etc. I think it is possible to generate an algorithm and you can try for some simulations.
    $endgroup$
    – TheSimpliFire
    Apr 13 at 12:32






  • 2




    $begingroup$
    Another question. For sequences that don't hop to infinity behavior is determined by a (finite) initial subsequence. There are only countably many of those. What are they?
    $endgroup$
    – Ethan Bolker
    Apr 13 at 12:42






  • 3




    $begingroup$
    I think Q1.5 is hard since digit sequences for algebraic numbers are hard adamczewski.perso.math.cnrs.fr/Siauliai.pdf
    $endgroup$
    – Ethan Bolker
    Apr 13 at 13:58






  • 1




    $begingroup$
    Followup question: what are the measures of the three sets in the interval $(0,1)$?
    $endgroup$
    – eyeballfrog
    Apr 13 at 16:30






  • 2




    $begingroup$
    @eyeballfrog The set of numbers with hop to infinity property has measure zero, because you can't hop past a string of nine zeros. This also strongly suggests no algebraic irrational has this property.
    $endgroup$
    – Wojowu
    Apr 13 at 18:21
















9












$begingroup$


Let $s$ be an infinite string of decimal digits, for example:
beginarraycccccccccc
s = 3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 & cdots
endarray

Consider a marker, the head, pointing to the first digit, $3$ in the above example. Interpret the digit under
the head as an instruction to move the head $3$ digits to the right, i.e., to the $4$th digit. Now the head is pointing to $1$. Interpret this as an instruction to move $1$ place to the left. Continue in this manner, hopping through the string, alternately moving right and left. Think of the head as akin to the head of a Turing machine, and $s$ as the tape of instructions.



There are three possible behaviors.
(1) The head moves off the left end of $s$:



beginarraycccccccccc
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text $^wedge$ & text & text & text & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text $^wedge$ & text & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text & text & text & text $^wedge$ \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text & text & text $^wedge$ & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text
endarray



(2) The head goes into a cycle, e.g., when the head hits $0$:

beginarraycccccccccccccc
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text $^wedge$ & text & text & text & text & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text
endarray



(3) The head moves off rightward to infnity:

beginarrayccccccccccccc
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text $^wedge$ & text & text & text & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text & text & text & text $^wedge$ & text \
endarray



This last string could be viewed as the decimal expansion of $31/99 = 0.3131313131313cdots$.


Q1. What is an example of an irrational number
$0.d_1 d_2 d_3 cdots$ whose string $s=d_1 d_2 d_3 cdots$ causes the head to hop rightward to infinity?



Q1.5. (Added). Is there an explicit irrational algebraic number with the hop-to-$infty$ property?




I'm thinking of something like $sqrt7-2$, the
2nd example above (which cycles).




Q2. More generally, which strings
cause the head to hop rightward to infinity?






Update (summarizing answers, 13Apr2019).
Q1. There are irrationals with the hop-to-$infty$ property
(@EthanBolker, @TheSimpliFire),
but explicit construction requires using, e.g., the
Thue-Morse sequence (@Wojowu).
Q1.5. @EthanBolker suggests this may be difficult, and @Wojowu suggests it may be false (b/c: nine consecutive zeros): Perhaps no algebraic irrational has the hop-to-$infty$ property.
Q2. A partial algorithmic characterization by @TheSimpliFire.








share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    You want a string such that the $D_1=(1+d_1)$th digit is less than $d_1$, that the $D_2=(1+d_1-D_1)$th digit is greater than $D_1$, that the $D_3=(1+d_1-D_1+D_2)$th digit is less than $D_2$, etc. I think it is possible to generate an algorithm and you can try for some simulations.
    $endgroup$
    – TheSimpliFire
    Apr 13 at 12:32






  • 2




    $begingroup$
    Another question. For sequences that don't hop to infinity behavior is determined by a (finite) initial subsequence. There are only countably many of those. What are they?
    $endgroup$
    – Ethan Bolker
    Apr 13 at 12:42






  • 3




    $begingroup$
    I think Q1.5 is hard since digit sequences for algebraic numbers are hard adamczewski.perso.math.cnrs.fr/Siauliai.pdf
    $endgroup$
    – Ethan Bolker
    Apr 13 at 13:58






  • 1




    $begingroup$
    Followup question: what are the measures of the three sets in the interval $(0,1)$?
    $endgroup$
    – eyeballfrog
    Apr 13 at 16:30






  • 2




    $begingroup$
    @eyeballfrog The set of numbers with hop to infinity property has measure zero, because you can't hop past a string of nine zeros. This also strongly suggests no algebraic irrational has this property.
    $endgroup$
    – Wojowu
    Apr 13 at 18:21














9












9








9


2



$begingroup$


Let $s$ be an infinite string of decimal digits, for example:
beginarraycccccccccc
s = 3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 & cdots
endarray

Consider a marker, the head, pointing to the first digit, $3$ in the above example. Interpret the digit under
the head as an instruction to move the head $3$ digits to the right, i.e., to the $4$th digit. Now the head is pointing to $1$. Interpret this as an instruction to move $1$ place to the left. Continue in this manner, hopping through the string, alternately moving right and left. Think of the head as akin to the head of a Turing machine, and $s$ as the tape of instructions.



There are three possible behaviors.
(1) The head moves off the left end of $s$:



beginarraycccccccccc
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text $^wedge$ & text & text & text & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text $^wedge$ & text & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text & text & text & text $^wedge$ \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text & text & text $^wedge$ & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text
endarray



(2) The head goes into a cycle, e.g., when the head hits $0$:

beginarraycccccccccccccc
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text $^wedge$ & text & text & text & text & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text
endarray



(3) The head moves off rightward to infnity:

beginarrayccccccccccccc
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text $^wedge$ & text & text & text & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text & text & text & text $^wedge$ & text \
endarray



This last string could be viewed as the decimal expansion of $31/99 = 0.3131313131313cdots$.


Q1. What is an example of an irrational number
$0.d_1 d_2 d_3 cdots$ whose string $s=d_1 d_2 d_3 cdots$ causes the head to hop rightward to infinity?



Q1.5. (Added). Is there an explicit irrational algebraic number with the hop-to-$infty$ property?




I'm thinking of something like $sqrt7-2$, the
2nd example above (which cycles).




Q2. More generally, which strings
cause the head to hop rightward to infinity?






Update (summarizing answers, 13Apr2019).
Q1. There are irrationals with the hop-to-$infty$ property
(@EthanBolker, @TheSimpliFire),
but explicit construction requires using, e.g., the
Thue-Morse sequence (@Wojowu).
Q1.5. @EthanBolker suggests this may be difficult, and @Wojowu suggests it may be false (b/c: nine consecutive zeros): Perhaps no algebraic irrational has the hop-to-$infty$ property.
Q2. A partial algorithmic characterization by @TheSimpliFire.








share|cite|improve this question











$endgroup$




Let $s$ be an infinite string of decimal digits, for example:
beginarraycccccccccc
s = 3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 & cdots
endarray

Consider a marker, the head, pointing to the first digit, $3$ in the above example. Interpret the digit under
the head as an instruction to move the head $3$ digits to the right, i.e., to the $4$th digit. Now the head is pointing to $1$. Interpret this as an instruction to move $1$ place to the left. Continue in this manner, hopping through the string, alternately moving right and left. Think of the head as akin to the head of a Turing machine, and $s$ as the tape of instructions.



There are three possible behaviors.
(1) The head moves off the left end of $s$:



beginarraycccccccccc
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text $^wedge$ & text & text & text & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text $^wedge$ & text & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text & text & text & text $^wedge$ \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text & text & text & text & text $^wedge$ & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 4 & 1 & 5 & 9 & 2 & 6 & 5 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text
endarray



(2) The head goes into a cycle, e.g., when the head hits $0$:

beginarraycccccccccccccc
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text $^wedge$ & text & text & text & text & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text \
6 & 4 & 5 & 7 & 5 & 1 & 3 & 1 & 1 & 0 & 6 & 4 & 5 & 9 \
text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text
endarray



(3) The head moves off rightward to infnity:

beginarrayccccccccccccc
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text $^wedge$ & text & text & text & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text $^wedge$ & text & text & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text $^wedge$ & text & text & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text $^wedge$ & text & text & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text $^wedge$ & text & text & text & text \
3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 & 1 & 3 \
text & text & text & text & text & text & text & text & text & text & text & text $^wedge$ & text \
endarray



This last string could be viewed as the decimal expansion of $31/99 = 0.3131313131313cdots$.


Q1. What is an example of an irrational number
$0.d_1 d_2 d_3 cdots$ whose string $s=d_1 d_2 d_3 cdots$ causes the head to hop rightward to infinity?



Q1.5. (Added). Is there an explicit irrational algebraic number with the hop-to-$infty$ property?




I'm thinking of something like $sqrt7-2$, the
2nd example above (which cycles).




Q2. More generally, which strings
cause the head to hop rightward to infinity?






Update (summarizing answers, 13Apr2019).
Q1. There are irrationals with the hop-to-$infty$ property
(@EthanBolker, @TheSimpliFire),
but explicit construction requires using, e.g., the
Thue-Morse sequence (@Wojowu).
Q1.5. @EthanBolker suggests this may be difficult, and @Wojowu suggests it may be false (b/c: nine consecutive zeros): Perhaps no algebraic irrational has the hop-to-$infty$ property.
Q2. A partial algorithmic characterization by @TheSimpliFire.





sequences-and-series recreational-mathematics irrational-numbers decimal-expansion turing-machines






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Apr 14 at 0:51







Joseph O'Rourke

















asked Apr 13 at 12:04









Joseph O'RourkeJoseph O'Rourke

18.5k351117




18.5k351117







  • 1




    $begingroup$
    You want a string such that the $D_1=(1+d_1)$th digit is less than $d_1$, that the $D_2=(1+d_1-D_1)$th digit is greater than $D_1$, that the $D_3=(1+d_1-D_1+D_2)$th digit is less than $D_2$, etc. I think it is possible to generate an algorithm and you can try for some simulations.
    $endgroup$
    – TheSimpliFire
    Apr 13 at 12:32






  • 2




    $begingroup$
    Another question. For sequences that don't hop to infinity behavior is determined by a (finite) initial subsequence. There are only countably many of those. What are they?
    $endgroup$
    – Ethan Bolker
    Apr 13 at 12:42






  • 3




    $begingroup$
    I think Q1.5 is hard since digit sequences for algebraic numbers are hard adamczewski.perso.math.cnrs.fr/Siauliai.pdf
    $endgroup$
    – Ethan Bolker
    Apr 13 at 13:58






  • 1




    $begingroup$
    Followup question: what are the measures of the three sets in the interval $(0,1)$?
    $endgroup$
    – eyeballfrog
    Apr 13 at 16:30






  • 2




    $begingroup$
    @eyeballfrog The set of numbers with hop to infinity property has measure zero, because you can't hop past a string of nine zeros. This also strongly suggests no algebraic irrational has this property.
    $endgroup$
    – Wojowu
    Apr 13 at 18:21













  • 1




    $begingroup$
    You want a string such that the $D_1=(1+d_1)$th digit is less than $d_1$, that the $D_2=(1+d_1-D_1)$th digit is greater than $D_1$, that the $D_3=(1+d_1-D_1+D_2)$th digit is less than $D_2$, etc. I think it is possible to generate an algorithm and you can try for some simulations.
    $endgroup$
    – TheSimpliFire
    Apr 13 at 12:32






  • 2




    $begingroup$
    Another question. For sequences that don't hop to infinity behavior is determined by a (finite) initial subsequence. There are only countably many of those. What are they?
    $endgroup$
    – Ethan Bolker
    Apr 13 at 12:42






  • 3




    $begingroup$
    I think Q1.5 is hard since digit sequences for algebraic numbers are hard adamczewski.perso.math.cnrs.fr/Siauliai.pdf
    $endgroup$
    – Ethan Bolker
    Apr 13 at 13:58






  • 1




    $begingroup$
    Followup question: what are the measures of the three sets in the interval $(0,1)$?
    $endgroup$
    – eyeballfrog
    Apr 13 at 16:30






  • 2




    $begingroup$
    @eyeballfrog The set of numbers with hop to infinity property has measure zero, because you can't hop past a string of nine zeros. This also strongly suggests no algebraic irrational has this property.
    $endgroup$
    – Wojowu
    Apr 13 at 18:21








1




1




$begingroup$
You want a string such that the $D_1=(1+d_1)$th digit is less than $d_1$, that the $D_2=(1+d_1-D_1)$th digit is greater than $D_1$, that the $D_3=(1+d_1-D_1+D_2)$th digit is less than $D_2$, etc. I think it is possible to generate an algorithm and you can try for some simulations.
$endgroup$
– TheSimpliFire
Apr 13 at 12:32




$begingroup$
You want a string such that the $D_1=(1+d_1)$th digit is less than $d_1$, that the $D_2=(1+d_1-D_1)$th digit is greater than $D_1$, that the $D_3=(1+d_1-D_1+D_2)$th digit is less than $D_2$, etc. I think it is possible to generate an algorithm and you can try for some simulations.
$endgroup$
– TheSimpliFire
Apr 13 at 12:32




2




2




$begingroup$
Another question. For sequences that don't hop to infinity behavior is determined by a (finite) initial subsequence. There are only countably many of those. What are they?
$endgroup$
– Ethan Bolker
Apr 13 at 12:42




$begingroup$
Another question. For sequences that don't hop to infinity behavior is determined by a (finite) initial subsequence. There are only countably many of those. What are they?
$endgroup$
– Ethan Bolker
Apr 13 at 12:42




3




3




$begingroup$
I think Q1.5 is hard since digit sequences for algebraic numbers are hard adamczewski.perso.math.cnrs.fr/Siauliai.pdf
$endgroup$
– Ethan Bolker
Apr 13 at 13:58




$begingroup$
I think Q1.5 is hard since digit sequences for algebraic numbers are hard adamczewski.perso.math.cnrs.fr/Siauliai.pdf
$endgroup$
– Ethan Bolker
Apr 13 at 13:58




1




1




$begingroup$
Followup question: what are the measures of the three sets in the interval $(0,1)$?
$endgroup$
– eyeballfrog
Apr 13 at 16:30




$begingroup$
Followup question: what are the measures of the three sets in the interval $(0,1)$?
$endgroup$
– eyeballfrog
Apr 13 at 16:30




2




2




$begingroup$
@eyeballfrog The set of numbers with hop to infinity property has measure zero, because you can't hop past a string of nine zeros. This also strongly suggests no algebraic irrational has this property.
$endgroup$
– Wojowu
Apr 13 at 18:21





$begingroup$
@eyeballfrog The set of numbers with hop to infinity property has measure zero, because you can't hop past a string of nine zeros. This also strongly suggests no algebraic irrational has this property.
$endgroup$
– Wojowu
Apr 13 at 18:21











1 Answer
1






active

oldest

votes


















12












$begingroup$

$$
x 1^x-2 y 1^y-2 z1^z-2 ldots
$$

moves off to infinity for any sequence of digits $xyzldots$ between $3$ and $9$. Select a sequence that defines an irrational number.



More generally



$$
x 1 ?^x-1 y 1 ?^y-1 z 1 ?^z-1 ldots
$$

works, where $?^n$ is an arbitrary string of $n$ digits, since those spots will never be hopped on.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    (+1) I was thinking exactly the same thing just as you posted your answer!
    $endgroup$
    – TheSimpliFire
    Apr 13 at 12:25










  • $begingroup$
    Nice! Could you be more explicit about how you know the resulting digit string is irrational? Thanks.
    $endgroup$
    – Joseph O'Rourke
    Apr 13 at 14:17







  • 4




    $begingroup$
    Clearly it will be irrational if $t = 0.xyzldots$ is, since then periodicity is impossible. It can be even when $t$ is rational because the $?$'s can force that.
    $endgroup$
    – Ethan Bolker
    Apr 13 at 14:47










  • $begingroup$
    I worry about explicitly specifying $t=0.xyzcdots$, excluding digits $ 0,1,2 $, guaranteeing $t$ is irrational.
    $endgroup$
    – Joseph O'Rourke
    Apr 13 at 16:46







  • 4




    $begingroup$
    @JosephO'Rourke Take the Thue-Morse sequence, add 3 to each term and take that as a binary sequence. Don't hope for a better sort of answer - our understanding of decimal expansions of "natural" constants is really bad, so you won't be able to exclude 0,1,2 without artificially constructing the decimal expansion.
    $endgroup$
    – Wojowu
    Apr 13 at 18:28











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3186151%2fhopping-to-infinity-along-a-string-of-digits%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









12












$begingroup$

$$
x 1^x-2 y 1^y-2 z1^z-2 ldots
$$

moves off to infinity for any sequence of digits $xyzldots$ between $3$ and $9$. Select a sequence that defines an irrational number.



More generally



$$
x 1 ?^x-1 y 1 ?^y-1 z 1 ?^z-1 ldots
$$

works, where $?^n$ is an arbitrary string of $n$ digits, since those spots will never be hopped on.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    (+1) I was thinking exactly the same thing just as you posted your answer!
    $endgroup$
    – TheSimpliFire
    Apr 13 at 12:25










  • $begingroup$
    Nice! Could you be more explicit about how you know the resulting digit string is irrational? Thanks.
    $endgroup$
    – Joseph O'Rourke
    Apr 13 at 14:17







  • 4




    $begingroup$
    Clearly it will be irrational if $t = 0.xyzldots$ is, since then periodicity is impossible. It can be even when $t$ is rational because the $?$'s can force that.
    $endgroup$
    – Ethan Bolker
    Apr 13 at 14:47










  • $begingroup$
    I worry about explicitly specifying $t=0.xyzcdots$, excluding digits $ 0,1,2 $, guaranteeing $t$ is irrational.
    $endgroup$
    – Joseph O'Rourke
    Apr 13 at 16:46







  • 4




    $begingroup$
    @JosephO'Rourke Take the Thue-Morse sequence, add 3 to each term and take that as a binary sequence. Don't hope for a better sort of answer - our understanding of decimal expansions of "natural" constants is really bad, so you won't be able to exclude 0,1,2 without artificially constructing the decimal expansion.
    $endgroup$
    – Wojowu
    Apr 13 at 18:28















12












$begingroup$

$$
x 1^x-2 y 1^y-2 z1^z-2 ldots
$$

moves off to infinity for any sequence of digits $xyzldots$ between $3$ and $9$. Select a sequence that defines an irrational number.



More generally



$$
x 1 ?^x-1 y 1 ?^y-1 z 1 ?^z-1 ldots
$$

works, where $?^n$ is an arbitrary string of $n$ digits, since those spots will never be hopped on.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    (+1) I was thinking exactly the same thing just as you posted your answer!
    $endgroup$
    – TheSimpliFire
    Apr 13 at 12:25










  • $begingroup$
    Nice! Could you be more explicit about how you know the resulting digit string is irrational? Thanks.
    $endgroup$
    – Joseph O'Rourke
    Apr 13 at 14:17







  • 4




    $begingroup$
    Clearly it will be irrational if $t = 0.xyzldots$ is, since then periodicity is impossible. It can be even when $t$ is rational because the $?$'s can force that.
    $endgroup$
    – Ethan Bolker
    Apr 13 at 14:47










  • $begingroup$
    I worry about explicitly specifying $t=0.xyzcdots$, excluding digits $ 0,1,2 $, guaranteeing $t$ is irrational.
    $endgroup$
    – Joseph O'Rourke
    Apr 13 at 16:46







  • 4




    $begingroup$
    @JosephO'Rourke Take the Thue-Morse sequence, add 3 to each term and take that as a binary sequence. Don't hope for a better sort of answer - our understanding of decimal expansions of "natural" constants is really bad, so you won't be able to exclude 0,1,2 without artificially constructing the decimal expansion.
    $endgroup$
    – Wojowu
    Apr 13 at 18:28













12












12








12





$begingroup$

$$
x 1^x-2 y 1^y-2 z1^z-2 ldots
$$

moves off to infinity for any sequence of digits $xyzldots$ between $3$ and $9$. Select a sequence that defines an irrational number.



More generally



$$
x 1 ?^x-1 y 1 ?^y-1 z 1 ?^z-1 ldots
$$

works, where $?^n$ is an arbitrary string of $n$ digits, since those spots will never be hopped on.






share|cite|improve this answer











$endgroup$



$$
x 1^x-2 y 1^y-2 z1^z-2 ldots
$$

moves off to infinity for any sequence of digits $xyzldots$ between $3$ and $9$. Select a sequence that defines an irrational number.



More generally



$$
x 1 ?^x-1 y 1 ?^y-1 z 1 ?^z-1 ldots
$$

works, where $?^n$ is an arbitrary string of $n$ digits, since those spots will never be hopped on.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Apr 13 at 13:14

























answered Apr 13 at 12:24









Ethan BolkerEthan Bolker

47.6k556123




47.6k556123











  • $begingroup$
    (+1) I was thinking exactly the same thing just as you posted your answer!
    $endgroup$
    – TheSimpliFire
    Apr 13 at 12:25










  • $begingroup$
    Nice! Could you be more explicit about how you know the resulting digit string is irrational? Thanks.
    $endgroup$
    – Joseph O'Rourke
    Apr 13 at 14:17







  • 4




    $begingroup$
    Clearly it will be irrational if $t = 0.xyzldots$ is, since then periodicity is impossible. It can be even when $t$ is rational because the $?$'s can force that.
    $endgroup$
    – Ethan Bolker
    Apr 13 at 14:47










  • $begingroup$
    I worry about explicitly specifying $t=0.xyzcdots$, excluding digits $ 0,1,2 $, guaranteeing $t$ is irrational.
    $endgroup$
    – Joseph O'Rourke
    Apr 13 at 16:46







  • 4




    $begingroup$
    @JosephO'Rourke Take the Thue-Morse sequence, add 3 to each term and take that as a binary sequence. Don't hope for a better sort of answer - our understanding of decimal expansions of "natural" constants is really bad, so you won't be able to exclude 0,1,2 without artificially constructing the decimal expansion.
    $endgroup$
    – Wojowu
    Apr 13 at 18:28
















  • $begingroup$
    (+1) I was thinking exactly the same thing just as you posted your answer!
    $endgroup$
    – TheSimpliFire
    Apr 13 at 12:25










  • $begingroup$
    Nice! Could you be more explicit about how you know the resulting digit string is irrational? Thanks.
    $endgroup$
    – Joseph O'Rourke
    Apr 13 at 14:17







  • 4




    $begingroup$
    Clearly it will be irrational if $t = 0.xyzldots$ is, since then periodicity is impossible. It can be even when $t$ is rational because the $?$'s can force that.
    $endgroup$
    – Ethan Bolker
    Apr 13 at 14:47










  • $begingroup$
    I worry about explicitly specifying $t=0.xyzcdots$, excluding digits $ 0,1,2 $, guaranteeing $t$ is irrational.
    $endgroup$
    – Joseph O'Rourke
    Apr 13 at 16:46







  • 4




    $begingroup$
    @JosephO'Rourke Take the Thue-Morse sequence, add 3 to each term and take that as a binary sequence. Don't hope for a better sort of answer - our understanding of decimal expansions of "natural" constants is really bad, so you won't be able to exclude 0,1,2 without artificially constructing the decimal expansion.
    $endgroup$
    – Wojowu
    Apr 13 at 18:28















$begingroup$
(+1) I was thinking exactly the same thing just as you posted your answer!
$endgroup$
– TheSimpliFire
Apr 13 at 12:25




$begingroup$
(+1) I was thinking exactly the same thing just as you posted your answer!
$endgroup$
– TheSimpliFire
Apr 13 at 12:25












$begingroup$
Nice! Could you be more explicit about how you know the resulting digit string is irrational? Thanks.
$endgroup$
– Joseph O'Rourke
Apr 13 at 14:17





$begingroup$
Nice! Could you be more explicit about how you know the resulting digit string is irrational? Thanks.
$endgroup$
– Joseph O'Rourke
Apr 13 at 14:17





4




4




$begingroup$
Clearly it will be irrational if $t = 0.xyzldots$ is, since then periodicity is impossible. It can be even when $t$ is rational because the $?$'s can force that.
$endgroup$
– Ethan Bolker
Apr 13 at 14:47




$begingroup$
Clearly it will be irrational if $t = 0.xyzldots$ is, since then periodicity is impossible. It can be even when $t$ is rational because the $?$'s can force that.
$endgroup$
– Ethan Bolker
Apr 13 at 14:47












$begingroup$
I worry about explicitly specifying $t=0.xyzcdots$, excluding digits $ 0,1,2 $, guaranteeing $t$ is irrational.
$endgroup$
– Joseph O'Rourke
Apr 13 at 16:46





$begingroup$
I worry about explicitly specifying $t=0.xyzcdots$, excluding digits $ 0,1,2 $, guaranteeing $t$ is irrational.
$endgroup$
– Joseph O'Rourke
Apr 13 at 16:46





4




4




$begingroup$
@JosephO'Rourke Take the Thue-Morse sequence, add 3 to each term and take that as a binary sequence. Don't hope for a better sort of answer - our understanding of decimal expansions of "natural" constants is really bad, so you won't be able to exclude 0,1,2 without artificially constructing the decimal expansion.
$endgroup$
– Wojowu
Apr 13 at 18:28




$begingroup$
@JosephO'Rourke Take the Thue-Morse sequence, add 3 to each term and take that as a binary sequence. Don't hope for a better sort of answer - our understanding of decimal expansions of "natural" constants is really bad, so you won't be able to exclude 0,1,2 without artificially constructing the decimal expansion.
$endgroup$
– Wojowu
Apr 13 at 18:28

















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3186151%2fhopping-to-infinity-along-a-string-of-digits%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?