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

A012434
arcsin(arctan(x)*arcsin(x))=2/2!*x^2-4/4!*x^4+278/6!*x^6-6984/8!*x^8...
0
2, -4, 278, -6984, 1148202, -99018060, 28635818430, -5588393370000, 2487224151815250, -886910985311966100, 563430775878809461350, -321709990033199535312600, 277763298278504193429092730
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSin[ArcTan[x]ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, May 04 2013 *)
CROSSREFS
Sequence in context: A262413 A363039 A012437 * A012368 A009705 A012372
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved