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

A284472
Positions of 0 in A284471; complement of A284473.
4
2, 4, 5, 8, 10, 11, 13, 15, 16, 19, 21, 22, 23, 25, 26, 28, 30, 31, 35, 37, 38, 41, 43, 44, 46, 48, 49, 52, 54, 55, 56, 58, 59, 61, 63, 64, 67, 69, 70, 72, 74, 75, 78, 80, 81, 82, 84, 85, 87, 89, 90, 94, 96, 97, 100, 102, 103, 105, 107, 108, 111, 113, 114
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> (7 + sqrt(13))/6.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 1, 0, 0}}] &, {0}, 17]; (* A284471 *)
Flatten[Position[s, 0]]; (* A284472 *)
Flatten[Position[s, 1]]; (* A284473 *)
CROSSREFS
Sequence in context: A026170 A026174 A120685 * A160545 A161790 A131396
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 02 2017
STATUS
approved