OFFSET
0,5
EXAMPLE
-1/2!*x^2 + 1/3!*x^3 - 6/4!*x^4 + 15/5!*x^5 ...
MATHEMATICA
Range[0, 20]! CoefficientList[ Series[ Tan[Log[x + 1] - ArcSin[x]], {x, 0, 20}], x] (* Robert G. Wilson v, Aug 01 2018 *)
CROSSREFS
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=a(1)=0 inserted and title improved by Sean A. Irvine, Aug 01 2018
STATUS
approved