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

A284681
Positions of 0 in A284680; complement of A284682.
3
2, 3, 4, 9, 10, 11, 13, 14, 15, 17, 18, 19, 21, 22, 23, 28, 29, 30, 35, 36, 37, 42, 43, 44, 49, 50, 51, 53, 54, 55, 57, 58, 59, 61, 62, 63, 68, 69, 70, 72, 73, 74, 76, 77, 78, 80, 81, 82, 87, 88, 89, 91, 92, 93, 95, 96, 97, 99, 100, 101, 106, 107, 108, 110
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> (7 + sqrt(13))/6.
LINKS
EXAMPLE
As a word, A284680 = 1000111100010001000..., in which 0 is in positions 2,3,4,9,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {1, 0, 0, 0}}] &, {0}, 8] (* A284680 *)
Flatten[Position[s, 0]] (* A284681 *)
Flatten[Position[s, 1]] (* A284682 *)
CROSSREFS
Sequence in context: A373788 A081870 A165315 * A309346 A047339 A250483
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 11 2017
STATUS
approved