OFFSET
0,4
EXAMPLE
x + (3/3!)*x^3 - (4/4!)*x^4 + (45/5!)*x^5 - (180/6!)*x^6 + (1743/7!)*x^7 - ...
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcTanh[Exp[x]-Sec[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Oct 11 2014 *)
CROSSREFS
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified and zero prepended by Harvey P. Dale, Oct 11 2014
Name edited by Michel Marcus, Sep 01 2019
More terms from Petros Hadjicostas, Sep 01 2019
STATUS
approved