editing
approved
editing
approved
a(0) =0 inserted and title improved by Sean A. Irvine, Jul 27 2018
proposed
editing
editing
proposed
0, 2, -1, -13, 42, 501, -4410, -41949, 837816, 5284125, -248270400, -488121291, 104085035208, -402493400001, -57558177252576, 685798849437471, 39562885528800480, -935890930678896423, -31753772314067599488
0,12
approved
editing
proposed
approved
editing
proposed
arctan(arcsin(x)+log(x+1))=2*x-1/2!*x^2-13/3!*x^3+42/4!*x^4+501/5!*x^5...
Expansion of e.g.f. arctan(arcsin(x) + log(x+1)).
2*x - 1/2!*x^2 - 13/3!*x^3 + 42/4!*x^4 + 501/5!*x^5 ...
a(0) inserted and title improved by Sean A. Irvine, Jul 27 2018
approved
editing
With[{nn=20}, Rest[CoefficientList[Series[ArcTan[ArcSin[x]+Log[x+1]], {x, 0, nn}], x]Range[0, nn]!]] (* From _Harvey P. Dale, _, Mar 27 2012 *)
editing
approved