OFFSET
0,4
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..448 (terms 0..200 from Vincenzo Librandi)
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sinh[Log[1+x]/Cos[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Oct 22 2013 *)
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
Definition clarified and Mathematica program replaced by Harvey P. Dale, Oct 22 2013
STATUS
approved