OFFSET
0,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..450
MATHEMATICA
With[{nn = 50}, CoefficientList[Series[Sinh[Tan[x]]*Exp[x], {x, 0, nn}], x]*Range[0, nn]!] (* G. C. Greubel, Jan 30 2018 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(sinh(tan(x))*exp(x)))) \\ G. C. Greubel, Jan 30 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
STATUS
approved