login
A285430
Fixed point of the morphism 0->11, 1-> 101.
3
1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1
OFFSET
1
LINKS
EXAMPLE
0 -> 11 -> 10101- -> 1011110111101 -> 101111011011011011110110110110111101 ->
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {1, 0, 1}}] &, {0}, 13] (* A285430 *)
Flatten[Position[s, 0]] (* A026364 *)
Flatten[Position[s, 1]] (* A026363 *)
Take[SubstitutionSystem[{0->{1, 1}, 1->{1, 0, 1}}, {1}, {5}][[1]], 100] (* Harvey P. Dale, Jan 15 2022 *)
CROSSREFS
Sequence in context: A225145 A121967 A356310 * A284368 A287725 A176702
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 28 2017
STATUS
approved