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!)
A009147 Expansion of e.g.f.: cosh(sin(x)*exp(x)). 1
1, 0, 1, 6, 21, 60, 237, 1498, 9289, 46872, 208249, 1096590, 7953693, 57151380, 296264997, 707086882, -2635164911, -25223244624, -123580612751, -4185669625194, -97178084153691, -1235239023971988, -9092858617394211 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: cosh(sin(x)*exp(x)). - Robert Israel, Dec 29 2016
MAPLE
S:=series(cosh(sin(x)*exp(x)), x, 41):
seq(coeff(S, x, j)*j!, j=0..40); # Robert Israel, Dec 29 2016
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Cosh[Sin[x]Exp[x]], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Jul 02 2022 *)
CROSSREFS
Sequence in context: A305120 A066524 A113070 * A012593 A276235 A334833
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Previous Mathematica program replaced and definition clarified by Harvey P. Dale, Jul 02 2022
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 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)