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

A012066
arctan(arcsin(arcsin(x)))=x+12/5!*x^5+248/7!*x^7+21648/9!*x^9...
0
1, 0, 12, 248, 21648, 2241088, 390536000, 91111189120, 28811937609984, 11657540060256256, 5912796798580972544, 3665610214092467574784, 2729315998404117133692928, 2402622277659457905178820608
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[ArcSin[ArcSin[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Dec 09 2011 *)
CROSSREFS
Sequence in context: A126687 A064749 A009472 * A239777 A245919 A245913
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved