OFFSET
0,1
EXAMPLE
-2/2!*x^2 + 238/6!*x^6 - 473762/10!*x^10 + 4544139598/14!*x^14 ...
MATHEMATICA
With[{nn=38}, Take[CoefficientList[Series[Tanh[Cos[x]-Cosh[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 4}]] (* Harvey P. Dale, Jul 20 2024 *)
CROSSREFS
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Missing a(0)=-2 inserted, more terms, and title improved by Sean A. Irvine, Aug 07 2018
STATUS
approved