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

A012537
arctan(sinh(x)*arcsin(x))=2/2!*x^2+8/4!*x^4-160/6!*x^6-11072/8!*x^8...
0
2, 8, -160, -11072, 59008, 103467520, 9545313024, -2353856581632, -975598930427904, 37877907269697536, 166837459499821137920, 45962446989093848219648, -37193338901666118751944704
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[Rest[CoefficientList[Series[ArcTan[Sinh[x]ArcSin[x]], {x, 0, nn}], x]Range[0, nn]!], {2, -1, 2}]] (* Harvey P. Dale, Nov 29 2011 *)
CROSSREFS
Sequence in context: A018926 A012432 A071097 * A012540 A346164 A175538
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved