OFFSET
0,5
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..449
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Sinh[Log[1 + x]*Cos[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)*cos(x))))) \\ G. C. Greubel, Jan 22 2018
CROSSREFS
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved