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

A012204
arcsin(arctan(arctan(x)))=x-3/3!*x^3+57/5!*x^5-2755/7!*x^7+251601/9!*x^9...
0
1, -3, 57, -2755, 251601, -37281923, 8163849353, -2479580033411, 997801392400929, -513852593272870403, 329599574990913085529, -257652341842242812773955, 241116753509976748759134193
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSin[ArcTan[ArcTan[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Ray Chandler, Nov 28 2016 *)
CROSSREFS
Sequence in context: A210674 A281184 A012064 * A000281 A350306 A377651
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved