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

A261789
First differences of A261786.
4
2, 2, 3, 1, 2, 4, 3, 1, 3, 3, 3, 2, 2, 4, 2, 5, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 1, 4, 3, 2, 2, 4, 2, 4, 4, 4, 4, 2, 5, 5, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 4, 3, 3, 3, 3, 4, 3, 3, 1, 4, 3, 4, 4, 5, 3, 3, 3, 3, 3, 1, 4, 3, 4, 3, 3, 1, 4, 3, 2, 2, 4, 2, 4, 4
OFFSET
1,1
COMMENTS
a(n) = A261787(A261786(n)).
LINKS
PROG
(Haskell)
a261789 n = a261789_list !! (n-1)
a261789_list = zipWith (-) (tail a261786_list') a261786_list'
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 01 2015
STATUS
approved