The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A009573 Expansion of e.g.f. sinh(log(1+x))*cosh(x). 1
0, 1, -1, 6, -18, 95, -555, 3892, -31108, 279981, -2799765, 30797426, -369569046, 4804397611, -67261566463, 1008923496960, -16142775951240, 274427191171097, -4939689441079593, 93854099380512286, -1877081987610245530 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ n! * (-1)^(n+1) * (exp(-1) + exp(1)) / 4. - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sinh[Log[1+x]]Cosh[x], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Dec 25 2012 *)
CoefficientList[Series[(x*(2 + x)*Cosh[x])/(2*(1 + x)), {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 23 2015 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(sinh(log(1+x))*cosh(x)) )) \\ G. C. Greubel, Jan 21 2018
CROSSREFS
Sequence in context: A174075 A151470 A280096 * A052655 A274499 A181038
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 May 21 02:29 EDT 2024. Contains 372720 sequences. (Running on oeis4.)