login
A285163
Positions of 0 in A285162; complement of A285164.
2
2, 4, 5, 6, 9, 10, 13, 14, 18, 20, 22, 23, 24, 27, 28, 31, 32, 36, 37, 38, 42, 43, 44, 48, 50, 52, 53, 54, 57, 58, 62, 64, 65, 66, 69, 70, 73, 74, 78, 79, 80, 84, 86, 88, 89, 90, 93, 94, 98, 100, 101, 102, 105, 106, 109, 110, 114, 115, 116, 120, 122, 124
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 2.
LINKS
EXAMPLE
As a word, A285142 = 101000110..., in which 0 is in positions 2,4,5,6,9,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 1, 1}}] &, {0}, 10]; (* A285159 *)
Flatten[Position[s, 0]]; (* A285160 *)
Flatten[Position[s, 1]]; (* A285161 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 21 2017
STATUS
approved