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

A102076
Numerators of e.g.f. cosec(arctanh(x)).
1
-1, -1, 125, 5585, 146835, 199553825, 16151898425, 3951808537625, 54159749674008875, 7187045526725631125, 4971794789793419144375, 836133262846273312334375, 125448452657856727433328125
OFFSET
1,3
EXAMPLE
cosec(arctanh(x)) = 1/x - x/6 - 1/12*x^3/3! + 125/126x^5/5! +...
cosech(arctan(x)) = 1/x + x/6 - 1/12*x^3/3! - 125/126x^5/5! +...
MATHEMATICA
With[{nn=30}, Take[Numerator[CoefficientList[Series[Csc[ArcTanh[x]], {x, 0, nn}], x] Range[0, nn-1]!], {2, -1, 2}]]//Quiet (* Harvey P. Dale, Aug 01 2021 *)
CROSSREFS
Denominators are in A102077.
Sequence in context: A265477 A017583 A046232 * A223229 A030695 A317981
KEYWORD
sign,frac
AUTHOR
Ralf Stephan, Dec 31 2004
STATUS
approved