[go: up one dir, main page]

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

A013552
Numerator of [x^(2n+1)] of the Taylor series sin(cot(x)-coth(x)).
1
-2, 4, -136, 656, -47672, 3091664, -16788784, 15764283616, -3729134588968, 119174509180016, -1148737050343959536, 149765188779100064, -756009870577278864656, 3746439312393916961802272
OFFSET
0,1
LINKS
EXAMPLE
-2x/3 +4x^3/81 -136x^5/25515 +656x^7/688905-...
MATHEMATICA
Numerator[Take[CoefficientList[Series[Sin[Cot[x] - Coth[x]], {x, 0, 26}], x], {2, -1, 2}]] (* G. C. Greubel, Nov 13 2016 *)
CROSSREFS
Sequence in context: A353790 A271677 A226070 * A018512 A018517 A018539
KEYWORD
sign,frac
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Name edited by R. J. Mathar, Dec 21 2011
STATUS
approved