A013526 Numerator of [x^(2n)] of the Taylor expansion cosh(cosec(x)-cot(x))=1 +x^2/8 +3*x^4/128 +59*x^6/15360 +871*x^8/1474560 +....
1, 1, 3, 59, 871, 325249, 35797, 24362249, 342232522657, 8224154352439, 23157229065769, 9926476934520521, 37638416003805990839, 296699416391356495667713, 691054566545631371393
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..100
Programs
-
Mathematica
Numerator[Take[CoefficientList[Series[Cosh[Csc[x] - Cot[x]], {x, 0, 35}], x], {1, -2, 2}]] (* Vincenzo Librandi, Nov 12 2016 *)
Extensions
Name edited by R. J. Mathar, Dec 19 2011
Comments