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

A261090
First differences of A261091: a(n) = A261091(n+1) - A261091(n).
2
1, 0, 0, 1, 0, 1, 2, 3, 3, 6, 8, 12, 19, 29, 45, 69, 106, 164, 254, 395, 615, 960, 1500, 2346, 3672, 5751, 9012, 14129, 22159, 34768, 54578, 85730, 134763, 212017, 333860, 526226, 830230, 1311088, 2072264, 3277910, 5188460, 8217094
OFFSET
0,7
FORMULA
a(n) = A261091(n+1) - A261091(n).
PROG
(Scheme) (define (A261090 n) (- (A261091 (+ n 1)) (A261091 n)))
CROSSREFS
Cf. A261091.
Sequence in context: A187505 A027100 A346030 * A183560 A060840 A357654
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 09 2015
STATUS
approved