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

A012205
arctan(arctan(arctan(x)))=x-6/3!*x^3+192/5!*x^5-14704/7!*x^7...
0
1, -6, 192, -14704, 2058624, -457982720, 148443124736, -66066559066112, 38672430452342784, -28812765976119148544, 26627757204719641296896, -29895731887419723149213696, 40082507396600200285753704448
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[ArcTan[ArcTan[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Ray Chandler, Nov 28 2016 *)
CROSSREFS
Sequence in context: A350873 A182788 A232214 * A156122 A281501 A283884
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved