[go: up one dir, main page]

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

A261095
First differences of A219640: a(n) = A219640(n+1) - A219640(n).
4
1, 1, 2, 1, 2, 1, 1, 3, 1, 1, 2, 1, 3, 1, 1, 2, 1, 2, 1, 1, 4, 1, 1, 2, 1, 2, 1, 1, 3, 1, 1, 2, 1, 4, 1, 1, 2, 1, 2, 1, 1, 3, 1, 1, 2, 1, 3, 1, 1, 2, 1, 2, 1, 1, 5, 1, 1, 2, 1, 2, 1, 1, 3, 1, 1, 2, 1, 3, 1, 1, 2, 1, 2, 1, 1, 4, 1, 1, 2, 1, 2, 1, 1, 3, 1, 1, 2, 1, 5, 1, 1, 2, 1, 2, 1, 1, 3, 1, 1, 2, 1, 3, 1, 1, 2, 1, 2, 1, 1, 4, 1, 1, 2, 1, 2, 1, 1, 3, 1, 1, 2
OFFSET
0,3
LINKS
FORMULA
a(n) = A219640(n+1) - A219640(n).
PROG
(Scheme) (define (A261095 n) (- (A219640 (+ 1 n)) (A219640 n)))
CROSSREFS
Sequence in context: A303336 A361462 A129479 * A249809 A075104 A253667
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 08 2015
STATUS
approved