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”).

A013521
Numerator of [x^(2n)] in the Taylor expansion cos(cosec(x)-cot(x))= 1-x^2/8 -7*x^4/384 -97*x^6/46080 -2063*x^8/10321920 -17803*x^10/1238630400 -....
2
1, -1, -7, -97, -2063, -17803, -250781, 166831871, 43685848289, 447550424579, 84677077231169, 11657476758734011, 28924058075775365981, 44287070229737735633567, 305190813989360271816409
OFFSET
0,3
COMMENTS
The e.g.f of x/2, cos(cosec(x)-cot(x)) = 1 -1*x^2/(2^2*2!) -7*x^4/(2^4*4!) -97*x^6/(2^6*6!) -2063*x^8/(2^8*8!) -..., is apparently covered by A003710.
LINKS
MATHEMATICA
Numerator[Take[CoefficientList[Series[Cos[Csc[x] - Cot[x]], {x, 0, 25}], x], {1, -1, 2}]] (* G. C. Greubel, Nov 12 2016 *)
CROSSREFS
Sequence in context: A376175 A361093 A367134 * A003710 A027837 A174315
KEYWORD
sign,frac
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Name edited by R. J. Mathar, Dec 19 2011
STATUS
approved