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”).

A284365
Positions of 0 in A284364; complement of A284366.
3
2, 4, 6, 9, 11, 13, 16, 18, 20, 23, 25, 27, 29, 31, 33, 36, 38, 40, 43, 45, 47, 50, 52, 54, 56, 58, 60, 63, 65, 67, 70, 72, 74, 77, 79, 81, 83, 85, 87, 90, 92, 94, 97, 99, 101, 104, 106, 108, 111, 113, 115, 118, 120, 122, 125, 127, 129, 131, 133, 135, 138
OFFSET
1,1
COMMENTS
Conjecture: -2 < n*r - a(n) < 2 for n >= 1, where r = (9+sqrt(21))/6.
LINKS
EXAMPLE
The first 6 letters of the word in A284364 are 101010, in which the positions of 0 are 2,4,6.
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {1, 0, 1, 0, 1, 0}}] &, {0}, 10] (* A284364 *)
Flatten[Position[s, 0]] (* A284365 *)
Flatten[Position[s, 1]] (* A284366 *)
CROSSREFS
Sequence in context: A330908 A327213 A322532 * A059545 A187339 A292649
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 26 2017
STATUS
approved