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

A258010
First differences of A230422.
3
7, 6, 2, 2, 4, 11, 2, 2, 4, 4, 6, 2, 4, 4, 10, 4, 7, 5, 9, 10, 10, 2, 2, 4, 4, 6, 2, 4, 4, 10, 4, 7, 5, 9, 10, 9, 2, 6, 2, 4, 4, 10, 4, 7, 5, 9, 10, 9, 2, 8, 9, 4, 7, 5, 9, 10, 9, 2, 8, 2, 6, 2, 9, 9, 10, 9, 2, 8, 8, 16, 8, 9, 2, 8, 8, 29, 2, 8, 8, 9, 6, 13, 10, 2, 2, 4, 4, 6, 2, 4, 4, 10, 4, 7, 5, 9, 10, 9, 2, 6, 2, 4, 4, 10, 4, 7, 5, 9
OFFSET
1,1
LINKS
FORMULA
a(n) = A230422(n+1) - A230422(n).
PROG
(Scheme) (define (A258010 n) (- (A230422 (+ 1 n)) (A230422 n)))
CROSSREFS
Sequence in context: A375206 A260333 A138096 * A011102 A323098 A068469
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 05 2015
STATUS
approved