login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Binomial transform of A037256.
LINKS
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
Sequence in context: A186997 A367239 A062265 * A369109 A082030 A348802
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 19 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)