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!)
A284487 0-limiting word of the morphism 0->1, 1->0011. 3
0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
The morphism 0->1, 1->0011 has two limiting words. If the number of iterations is even, the 0-word evolves from 0 -> 1 -> 0011 -> 1100110011 -> 0011001111001100111100110011; if the number of iterations is odd, the 1-word evolves from 0 -> 1 -> 0011 -> 1100110011 ->, as in A284490.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 0, 1, 1}}] &, {0}, 14]; (* A284487 *)
Flatten[Position[s, 0]]; (* A284488 *)
Flatten[Position[s, 1]]; (* A284489 *)
CROSSREFS
Sequence in context: A288551 A327174 A269723 * A156660 A155899 A284932
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 04 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 April 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)