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!)
A009565 Expansion of e.g.f. sinh(exp(x)*x). 8
0, 1, 2, 4, 16, 96, 576, 3368, 20672, 141760, 1091200, 9098112, 79676928, 726208640, 6919738112, 69344336896, 731241201664, 8076031881216, 92856867250176, 1106883171037184, 13655807547883520, 174298975125127168, 2300708116863287296, 31372716744306524160 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
a:= n-> add(`if`(k::odd, binomial(n, k)*k^(n-k), 0), k=0..n):
seq(a(n), n=0..25); # Alois P. Heinz, Jan 15 2018
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Sinh[x*Exp[x]], {x, 0, nmax}], x]*Range[0, nmax]!] (* G. C. Greubel, Jan 21 2018 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(sinh(x*exp(x))))) \\ G. C. Greubel, Jan 21 2018
CROSSREFS
Cf. A009121.
Sequence in context: A156335 A026089 A052835 * A009838 A088335 A066318
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
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 July 12 12:13 EDT 2024. Contains 374247 sequences. (Running on oeis4.)