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

A284555
Positions of zeros in A284557.
2
0, 3, 5, 6, 7, 9, 10, 12, 14, 15, 18, 20, 24, 28, 30, 31, 33, 36, 40, 45, 48, 51, 56, 60, 62, 63, 66, 72, 77, 80, 83, 89, 90, 96, 99, 101, 102, 103, 107, 112, 115, 120, 124, 126, 127, 129, 132, 139, 144, 147, 153, 154, 160, 163, 165, 166, 167, 171, 178, 180, 187, 189, 192, 195, 197, 198, 199, 201, 202, 204, 206, 207
OFFSET
0,2
COMMENTS
Indexing starts from zero, because a(0) = 0 is a special case in this list.
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A284555 (ZERO-POS 0 0 A284557))
CROSSREFS
Cf. A048717 (a subsequence).
Sequence in context: A330998 A099467 A054353 * A031948 A247523 A169957
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Apr 10 2017
STATUS
approved