login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A009580
Expansion of e.g.f. sinh(log(1+x)*cosh(x)).
1
0, 1, -1, 6, -18, 115, -735, 6146, -53788, 533877, -5717925, 67138214, -852558366, 11690238495, -171896284651, 2699638432882, -45081742698840, 797695827586441, -14907737121376329, 293431115776578790
OFFSET
0,4
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Sinh[Log[1 + x]*Cosh[x]], {x, 0, nmax}], x]*Range[0, nmax]!] (* G. C. Greubel, Jan 22 2018 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(sinh(log(1+x)*cosh(x))) )) \\ G. C. Greubel, Jan 22 2018
CROSSREFS
Sequence in context: A143556 A007126 A009576 * A125839 A117813 A012758
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved