login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A096721
Numerators of terms in series expansion of arcsin(arctan(x)) - arctan(arcsin(x)).
4
0, 0, 0, -1, 13, -2329, 3749, -1405132357, 41223659, -3230487913, 87420689313263, -92876785811395309, 6545378422138547141, -76226954122169434345117, 13717355610784766550119, -152042860419225571514252591, 325359516347299085987218014617, -501994552683503696983628163720749, 226141284010354023120430917899293
OFFSET
0,5
LINKS
EXAMPLE
arcsin(arctan(x)) - arctan(arcsin(x)) = -1/30*x^7 + 13/756*x^9 - 2329/75600*x^11 + 3749/199584*x^13 - 1405132357/54486432000*x^15 + ...
MATHEMATICA
With[{nn=40}, Numerator[Take[CoefficientList[Series[ArcSin[ArcTan[x]] - ArcTan[ArcSin[x]], {x, 0, nn}], x], {2, -1, 2}]]] (* Harvey P. Dale, Dec 07 2011 *)
KEYWORD
sign,frac
AUTHOR
N. J. A. Sloane, Aug 15 2004
STATUS
approved