OFFSET
0,1
EXAMPLE
(2/2!)*x^2 + (122/6!)*x^6 + (35282/10!)*x^10 + (27747722/14!)*x^14 + ...
MATHEMATICA
With[{nn=30}, Take[Abs[CoefficientList[Series[Sinh[Cos[x]-Cosh[x]], {x, 0, nn}], x] Range[0, nn]!], {3, -1, 4}]] (* Harvey P. Dale, Aug 08 2017 *)
DeleteCases[ Range[0, 42]! CoefficientList[ Series[ Sinh[Cosh[x] - Cos[x]], {x, 0, 42}], x], 0] (* Robert G. Wilson v, Aug 06 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from Harvey P. Dale, Aug 08 2017
More terms and title improved by Sean A. Irvine, Aug 06 2018
STATUS
approved