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

A275810
First differences of A275809.
3
5, 9, 5, 3, 32, 5, 15, 10, 5, 4, 4, 3, 11, 3, 5, 145, 5, 9, 5, 3, 80, 5, 37, 5, 9, 5, 3, 10, 23, 3, 16, 10, 5, 4, 35, 16, 5, 9, 5, 3, 5, 10, 3, 4, 5, 3, 11, 3, 5, 32, 3, 17, 10, 3, 4, 4, 5, 9, 5, 3, 842, 5, 9, 5, 3, 32, 5, 15, 10, 5, 4, 4, 3, 11, 3, 5, 505, 5, 9, 5, 3, 194, 5, 9, 5, 3, 32, 5, 15, 10, 5, 4, 4, 3, 11, 3, 5, 31, 5, 111, 10, 5, 4, 100
OFFSET
1,1
FORMULA
a(n) = A275809(n) - A275809(n-1).
PROG
(Scheme)
(define (A275810 n) (- (A275809 n) (A275809 (- n 1))))
CROSSREFS
Cf. A275809.
Sequence in context: A094880 A351216 A256593 * A302708 A108781 A197693
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 09 2016
STATUS
approved