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!)
A297206 Expansion of e.g.f. log(1 + x*cosh(x))*exp(x). 3
0, 1, 1, 5, 0, 44, -245, 1917, -17976, 191760, -2268017, 29862645, -432485152, 6819543964, -116400819509, 2138673633397, -42078450265744, 882702459984256, -19667723002057473, 463866294631620941, -11545312970532620104, 302416006623761207804, -8316019118849688156693 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
log(1 + x*cosh(x))*exp(x) = x/1! + x^2/2! + 5*x^3/3! + 44*x^5/5! - 245*x^6/6! + ...
MAPLE
a:=series(log(1 + x*cosh(x))*exp(x), x=0, 23): seq(n!*coeff(a, x, n), n=0..22); # Paolo P. Lava, Mar 26 2019
MATHEMATICA
nmax = 22; CoefficientList[Series[Log[1 + x Cosh[x]] Exp[x], {x, 0, nmax}], x] Range[0, nmax]!
PROG
(PARI) x='x+O('x^99); concat([0], Vec(serlaplace(exp(x)*log(1+x*cosh(x))))) \\ Altug Alkan, Dec 28 2017
CROSSREFS
Sequence in context: A208928 A348209 A368768 * A103709 A122045 A294314
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 27 2017
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 29 05:57 EDT 2024. Contains 372097 sequences. (Running on oeis4.)