OFFSET
0,2
REFERENCES
V. I. Arnold, Huygens and Barrow, Newton and Hooke, Birkhäuser, Basel, 1990.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..180
EXAMPLE
(sin(tan(x)) - tan(sin(x))) / (arcsin(arctan(x)) - arctan(arcsin(x))) = 1 + 5/3*x^2 + 1313/1890*x^4 - 2773/11907*x^6 - 701933647/1650310200*x^8 - 86849082293/270320810760*x^10 - ...
MATHEMATICA
Numerator[Take[CoefficientList[Series[(Sin[Tan[x]] - Tan[Sin[x]]) / (ArcSin[ArcTan[x]] - ArcTan[ArcSin[x]]), {x, 0, 50}], x], {1, -1, 2}]] (* G. C. Greubel, Nov 20 2016 *)
CROSSREFS
KEYWORD
sign,frac
AUTHOR
N. J. A. Sloane, Aug 15 2004
STATUS
approved