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

A276339
a(n) = A255411(n) - A276340(n).
3
0, 0, 4, 4, 0, 0, 22, 22, 24, 24, 22, 22, 18, 18, 22, 22, 18, 18, 0, 0, 4, 4, 0, 0, 118, 118, 120, 120, 118, 118, 138, 138, 142, 142, 138, 138, 120, 120, 124, 124, 120, 120, 118, 118, 120, 120, 118, 118, 114, 114, 118, 118, 114, 114, 120, 120, 124, 124, 120, 120, 118, 118, 120, 120, 118, 118, 114, 114, 118, 118, 114, 114, 96
OFFSET
0,3
FORMULA
a(n) = A255411(n) - A276340(n).
PROG
(Scheme) (define (A276339 n) (- (A255411 n) (A276340 n)))
CROSSREFS
Cf. A276091 (seems to give the indices of zeros, checked empirically for the first 512 zeros).
Sequence in context: A363174 A290448 A282593 * A260318 A075866 A202168
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Sep 01 2016
STATUS
approved