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!)
A009594 Expansion of e.g.f. sinh(sin(x)*exp(x)). 1
0, 1, 2, 3, 12, 77, 382, 1519, 6328, 37753, 266522, 1627131, 7776516, 32335877, 186528214, 1552283815, 8927485936, -15949155215, -942524148046, -10331486791053, -66361022595972, -416998255691971, -6076708664221010 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: sinh(sin(x)*exp(x)).
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Sinh[Sin[x]*Exp[x]], {x, 0, nmax}], x]*Range[0, nmax]!] (* G. C. Greubel, Jan 30 2018 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(sinh(sin(x)*exp(x))))) \\ G. C. Greubel, Jan 30 2018
CROSSREFS
Sequence in context: A009269 A012396 A013012 * A074179 A012586 A088223
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs 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 August 26 16:26 EDT 2024. Contains 375459 sequences. (Running on oeis4.)