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

A219657
Positions of zeros in A219659.
4
0, 2, 5, 8, 12, 16, 21, 26, 32, 38, 44, 50, 57, 64, 71, 78, 86, 94, 102, 110, 119, 128, 137, 146, 156, 166, 177, 188, 199, 210, 222, 234, 246, 258, 271, 284, 297, 310, 324, 338, 352, 366, 381, 396, 411, 426, 441, 456, 472, 488, 504, 520, 537, 554, 571, 588, 606
OFFSET
0,2
LINKS
FORMULA
a(n) = n+A219656(n).
PROG
(Scheme): (define (A219657 n) (+ n (A219656 n)))
CROSSREFS
Cf. A219659. Analogous sequence for binary system: A213707, for Zeckendorf expansion: A219647.
Sequence in context: A070977 A134925 A184430 * A213707 A229154 A362601
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 25 2012
STATUS
approved