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!)
A009281 Expansion of e.g.f. exp(x)*cosh(log(1+x)). 0
1, 1, 2, 1, 7, -19, 136, -923, 7421, -66743, 667486, -7342279, 88107427, -1145396459, 16035550532, -240533257859, 3848532125881, -65425046139823, 1177650830516986, -22375365779822543, 447507315596451071, -9397653627525472259, 206748379805560389952, -4755212735527888968619, 114125105652669335247157 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ n! * (-1)^n / (2*exp(1)). - Vaclav Kotesovec, Jan 22 2015
a(n) = ((-1)^n * A000387(n)) + 1. - Christian Krause, Jan 05 2024
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[x]*Cosh[Log[1+x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Sep 02 2016 *)
CoefficientList[Series[(E^x*(1 + (1 + x)^2))/(2*(1 + x)), {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 22 2015 *)
PROG
(PARI) my(x='x+O('x^66)); Vec(serlaplace(exp(x)*cosh(log(1+x)))) \\ Joerg Arndt, Jan 05 2024
CROSSREFS
Cf. A000387.
Sequence in context: A012888 A012893 A013075 * A141516 A235378 A214327
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Prior Mathematica program replaced by Harvey P. Dale, Sep 02 2016
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)