Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A284935
Fixed point of the morphism 0 -> 01, 1 -> 1100.
3
0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1
OFFSET
1
COMMENTS
This is a 3-automatic sequence. See Allouche et al. link. - Michel Dekking, Oct 05 2020
LINKS
J.-P. Allouche, F. M. Dekking, and M. Queffélec, Hidden automatic sequences, arXiv:2010.00920 [math.NT], 2020.
EXAMPLE
0 -> 01-> 011100 -> 011100110011000101->
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 1, 0, 0}}] &, {0}, 6] (* A284935 *)
Flatten[Position[s, 0]] (* A284936 *)
Flatten[Position[s, 1]] (* A284937 *)
CROSSREFS
Sequence in context: A189718 A054638 A074322 * A118249 A174206 A265333
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 18 2017
STATUS
approved