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

A276606
First differences of postludic numbers: a(n) = A254100(1+n) - A254100(n).
4
5, 10, 12, 24, 18, 28, 44, 22, 38, 48, 40, 24, 38, 58, 60, 48, 48, 54, 54, 60, 26, 70, 84, 66, 44, 24, 70, 50, 102, 64, 74, 60, 100, 48, 44, 18, 126, 150, 34, 96, 26, 58, 74, 30, 60, 66, 96, 96, 120, 58, 60, 146, 70, 66, 164, 30, 64, 60, 132, 50, 40, 168, 78, 62, 100, 108, 104, 42, 58, 98, 40, 50, 100, 198, 44, 88, 60, 138, 60
OFFSET
1,1
FORMULA
a(n) = A254100(1+n) - A254100(n).
a(n) = A260723(1+n) + A276607(n).
PROG
(Scheme) (define (A276606 n) (- (A254100 (+ 1 n)) (A254100 n)))
CROSSREFS
Column 2 of A276610.
Cf. also A260723, A276607.
Sequence in context: A313374 A103676 A313375 * A296445 A313376 A129846
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 13 2016
STATUS
approved