OFFSET
0,4
EXAMPLE
-1/2!*x^2 + 4/3!*x^3 - 6/4!*x^4 - 90/6!*x^6 ...
MATHEMATICA
With[{nn=20}, Drop[CoefficientList[Series[ArcTan[Log[x+1]-ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, 2]] (* Harvey P. Dale, Jun 17 2013 *)
CROSSREFS
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Jun 17 2013
a(0)=a(1)=0 inserted and title improved by Sean A. Irvine, Aug 02 2018
STATUS
approved