Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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
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
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 04 2017
STATUS
approved