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!)
A009598 Expansion of e.g.f. sinh(sinh(x))*exp(x). 1
0, 1, 2, 5, 12, 37, 118, 457, 1816, 8169, 37354, 188685, 974372, 5497741, 31769182, 197920145, 1259350576, 8541537105, 59073098706, 432381471509, 3226127944764, 25340238127989, 202778723085382, 1699894200469849 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: sinh(sinh(x))*exp(x).
MATHEMATICA
CoefficientList[Series[Sinh[Sinh[x]] * Exp[x], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Oct 18 2015 *)
PROG
(PARI) x='x+O('x^33); concat(0, Vec(serlaplace(sinh(sinh(x))*exp(x)))) \\ Michel Marcus, Oct 17 2015
CROSSREFS
Sequence in context: A363064 A052302 A280275 * A355861 A002216 A024717
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 27 09:47 EDT 2024. Contains 374647 sequences. (Running on oeis4.)