login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A285275
Positions of 0 in A285274; complement of A285276.
8
1, 6, 8, 9, 13, 17, 22, 23, 27, 31, 36, 37, 41, 45, 50, 51, 55, 59, 63, 68, 70, 71, 75, 79, 83, 88, 89, 94, 96, 97, 101, 105, 110, 111, 115, 119, 124, 125, 129, 133, 137, 142, 144, 145, 149, 153, 158, 159, 163, 167, 172, 173, 177, 181, 185, 190, 192, 193
OFFSET
1,2
COMMENTS
Conjecture: 0 < n*r - a(n) < 6 for n>=1, where r = 2+sqrt(2).
LINKS
EXAMPLE
As a word, A285274 = 011110..., in which 0 is in positions 1,6,8,9,13,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 1, 1, 1}}] &, {0}, 10]; (* A285274 *)
Flatten[Position[s, 0]]; (* A285275 *)
Flatten[Position[s, 1]]; (* A285276 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 24 2017
STATUS
approved