login

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

A285671
Fixed point of the morphism 0->11, 1->1110.
3
1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0
OFFSET
1
EXAMPLE
0 -> 11 -> 11101110 -> 1110111011101111101110111011 -> ...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {1, 1, 1, 0}}] &, {0}, 9] (* A285671 *)
Flatten[Position[s, 0]] (* A045672, conjectured *)
Flatten[Position[s, 1]] (* A045671, conjectured *)
CROSSREFS
Sequence in context: A112299 A358839 A230901 * A267773 A325321 A255887
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 02 2017
EXTENSIONS
Edited by Clark Kimberling, Feb 27 2018, Nov 05 2018
STATUS
approved