OFFSET
0,2
MAPLE
2*x - 1/2!*x^2 - 15/3!*x^3 + 42/4!*x^4 + 653/5!*x^5 ...
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcTan[Sin[x]+Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Nov 19 2021 *)
CROSSREFS
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0) inserted and title improved by Sean A. Irvine, Jul 27 2018
STATUS
approved