OFFSET
0,2
COMMENTS
The inner function is cosec(x) - coth(x) = -x/6 + x^3/24 - x^5/15120 + 17*x^7/40320 - x^9/23950080 + 691*x^11/159667200 - ...
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..199
EXAMPLE
-x/6 + 55*x^3/1296 - 4219*x^5/6531840 + 802171*x^7/1410877440 - 109684277*x^9/5746705367040 + ...
MATHEMATICA
Numerator[Take[CoefficientList[Series[Sin[Csc[x] - Coth[x]], {x, 0, 25}], x], {2, -1, 2}]] (* G. C. Greubel, Nov 13 2016 *)
CROSSREFS
KEYWORD
sign,frac
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Name edited by R. J. Mathar, Dec 21 2011
STATUS
approved