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

A088129
Expansion of e.g.f. sinh(x)/(1-x)^2.
1
0, 1, 4, 19, 104, 661, 4812, 39607, 364240, 3704617, 41310740, 501328411, 6578864184, 92843236669, 1402257345244, 22570640656831, 385718738160032, 6975222838783057, 133078088319220260, 2671441145266564387, 56287972249358876680, 1242089553461115778021
OFFSET
0,3
COMMENTS
Binomial transform of A037256.
FORMULA
a(n) = A001339(n) - A088128(n).
a(n) = Sum_{k=0..floor((n-1)/2)} binomial(n,2*k+1) * (n-2*k)!. - Ilya Gutkovskiy, Apr 10 2022
MATHEMATICA
nmax=21; CoefficientList[Series[Sinh[x]/(1-x)^2, {x, 0, nmax}], x]Range[0, nmax]! (* Stefano Spezia, Jan 15 2024 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 19 2003
STATUS
approved