A013528 Numerator of [x^(2n)] of the Taylor series sech(cosec(x)-cot(x)) = 1 -x^2/8 -x^4/128 +x^6/15360 +19*x^8/294912 +25031*x^10/3715891200+... .
1, -1, -1, 1, 19, 25031, 18421, -622177, -283401163, -24826632949, -2243454779, 4882905709651, 43798187793808543, -46704901267812186793, -5325187532598955153807
Offset: 0
Links
- G. C. Greubel, Table of n, a(n) for n = 0..200
Programs
-
Mathematica
Numerator[Take[CoefficientList[Series[Sech[Csc[x] - Cot[x]], {x,0,50}], x], {1, -1, 2}]] (* G. C. Greubel, Nov 12 2016 *)
Extensions
Name edited by R. J. Mathar, Dec 20 2011
Comments