OFFSET
2,2
FORMULA
E.g.f.: 1/(1 - x) - (1 + arcsin(x))/sqrt(1 - x^2). - Benedict W. J. Irwin, Oct 14 2016
MATHEMATICA
Table[CoefficientList[Series[1/(1-x)-(1+ArcSin[x])/Sqrt[1-x^2], {x, 0, 20}], x][[n]](n-1)!, {n, 3, 20}] (* Benedict W. J. Irwin, Oct 14 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Oct 31 2003
EXTENSIONS
More terms from Ray Chandler, Nov 06 2003
STATUS
approved