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!)
A009135 Expansion of e.g.f. cosh(log(1+x)*exp(x)). 1
1, 0, 1, 3, 12, 30, 180, 490, 5600, 8064, 276360, -575872, 22950576, -166106512, 3194871680, -38456524080, 663548916992, -10330038449792, 186243968575488, -3385894106098944, 66478140305126272, -1354838641265098752 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ (-1)^n * n! / (2 * Gamma(exp(-1)) * n^(1 - exp(-1))). - Vaclav Kotesovec, Jul 28 2018
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Cosh[Log[1+x]*Exp[x]], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Nov 29 2011 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(cosh(log(1+x)*exp(x)))) \\ G. C. Greubel, Jul 28 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cosh(Log(1+x)*Exp(x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 28 2018
CROSSREFS
Sequence in context: A352157 A293656 A131936 * A131740 A037237 A005718
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 April 23 02:14 EDT 2024. Contains 371906 sequences. (Running on oeis4.)