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

A286043
(1/2)*A285658.
2
1, 4, 6, 8, 10, 12, 15, 17, 19, 22, 24, 26, 29, 31, 33, 36, 38, 40, 43, 45, 47, 49, 51, 54, 56, 58, 61, 63, 65, 68, 70, 72, 74, 76, 79, 81, 83, 86, 88, 90, 93, 95, 97, 99, 101, 104, 106, 108, 111, 113, 115, 118, 120, 122, 124, 126, 129, 131, 133, 136, 138
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (5 + sqrt(17))/2.
LINKS
Georg Fischer, Table of n, a(n) for n = 1..10000 [First 8730 terms from Clark Kimberling]
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {1, 0, 1, 1}}] &, {0}, 10] (* A285657 *)
u = Flatten[Position[s, 0]] (* A285658 *)
u/2 (* A286043 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 01 2017
STATUS
approved