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

A247414
First differences of A024431.
3
1, 4, 2, 10, 3, 23, 8, 54, 9, 117, 11, 245, 14, 504, 18, 1026, 21, 2073, 22, 4168, 24, 8360, 25, 16745, 27, 33517, 28, 67062, 29, 134153, 30, 268336, 32, 536704, 33, 1073441, 35, 2146917, 37, 4293871, 39, 8587781, 40, 17175602, 41, 34351245, 45, 68702535, 47
OFFSET
0,2
COMMENTS
a(n) = A024431(n+1) - A024431(n) = A115409(n+1,n+1).
LINKS
PROG
(Haskell)
a247414 n = a247414_list !! n
a247414_list = zipWith (-) (tail a024431_list) a024431_list
CROSSREFS
Sequence in context: A130273 A016516 A349693 * A138569 A191725 A198326
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 16 2014
STATUS
approved