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!)
A009092 Expansion of e.g.f. cos(tanh(x)*exp(x)). 1
1, 0, -1, -6, -15, 20, 303, 742, -2975, -17784, 101471, 1089330, -4112559, -109689892, -175956081, 10257283678, 62492991169, -1187272882032, -14383393311553, 159864567511530, 3401397735742641, -22534114976850652 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: cos(tanh(x)*exp(x)).
MAPLE
seq(coeff(series(factorial(n)*cos(tanh(x)*exp(x)), x, n+1), x, n), n=0..25); # Muniru A Asiru, Jul 26 2018
MATHEMATICA
With[{nmax = 30}, CoefficientList[Series[Cos[Tanh[x]*Exp[x]], {x, 0, nmax}], x]*Range[0, nmax]!] (* G. C. Greubel, Jul 25 2018 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(cos(tanh(x)*exp(x)))) \\ G. C. Greubel, Jul 25 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cos(Tanh(x)*Exp(x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 25 2018
CROSSREFS
Sequence in context: A056901 A208542 A012412 * A330205 A015793 A373899
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 July 26 23:00 EDT 2024. Contains 374636 sequences. (Running on oeis4.)