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

A012440
arctanh(arctan(x)*arcsin(x))=2/2!*x^2-4/4!*x^4+398/6!*x^6-10344/8!*x^8...
0
0, 2, -4, 398, -10344, 2050362, -188329260, 60987377670, -12776749381200, 6138167322301170, -2341662552659308500, 1574696831249089102590, -954442874464228447345080, 862598218425468174866650410
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTanh[ArcTan[x]*ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Ray Chandler, Nov 28 2016 *)
CROSSREFS
Sequence in context: A216024 A247220 A012753 * A058172 A122808 A294225
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved