login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A285080 0-limiting word of the morphism 0->10, 1-> 011. 6
0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
The morphism 0->10, 1->011 has two limiting words. If the number of iterations is even, the 0-word evolves from 0 -> 10 -> 01110 -> 1001101101110 -> 0111010011011100110111001101101110; if the number of iterations is odd, the 1-word evolves from 0 -> 10 -> 01110 -> 1001101101110, as in A285083.
Let v(n) = position of n-th 1. Then v(n)/n -> (1+sqrt(5))/2, the golden ratio (A001622); see A285082.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 1, 1}}] &, {0}, 14]; (* A285080 *)
Flatten[Position[s, 0]]; (* A285081 *)
Flatten[Position[s, 1]]; (* A285082 *)
CROSSREFS
Sequence in context: A265333 A159637 A095076 * A167392 A190201 A189702
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 19 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 12 08:19 EDT 2024. Contains 375085 sequences. (Running on oeis4.)