login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A284905
Fixed point of the morphism 0 -> 01, 1 -> 1001.
4
0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 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-> 011001 -> 011001100101011001 ->
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 0, 0, 1}}] &, {0}, 6] (* A284905 *)
Flatten[Position[s, 0]] (* A284906 *)
Flatten[Position[s, 1]] (* A284907 *)
CROSSREFS
Sequence in context: A079336 A288670 A057215 * A291197 A269927 A374468
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 17 2017
STATUS
approved