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

A213707
Positions of zeros in A218254.
7
0, 2, 5, 8, 12, 16, 21, 26, 32, 38, 45, 52, 60, 68, 76, 84, 93, 102, 112, 122, 133, 144, 155, 166, 178, 190, 202, 214, 227, 240, 253, 266, 280, 294, 309, 324, 340, 356, 372, 388, 405, 422, 439, 456, 474, 492, 510, 528, 547, 566, 585, 604, 624, 644, 664, 684, 705, 726, 747, 768, 790
OFFSET
0,2
LINKS
FORMULA
a(n) = n+A213706(n).
PROG
(Scheme): (define (A213707 n) (+ n (A213706 n)))
CROSSREFS
Sequence in context: A134925 A184430 A219657 * A229154 A362601 A174605
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 24 2012
STATUS
approved