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

A012233
arctan(arctan(arctanh(x)))=x-2/3!*x^3+32/5!*x^5-944/7!*x^7+64640/9!*x^9...
0
1, -2, 32, -944, 64640, -5881600, 919673856, -172830523392, 48225099218944, -15466881283850240, 6745794347282989056, -3302151520495305490432, 2072514460288282576027648, -1438958551527596730993344512
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[ArcTan[ArcTanh[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Ray Chandler, Nov 28 2016 *)
CROSSREFS
Sequence in context: A202408 A069182 A333772 * A321712 A211488 A012119
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved