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

A012435
arctan(arctan(x)*arcsin(x))=2/2!*x^2-4/4!*x^4-82/6!*x^6+3096/8!*x^8...
0
2, -4, -82, 3096, 256122, -30668460, 856747110, 523284711600, 39637940511090, -50848285138290900, 19464791037179683230, 1825136551296140381640, 99500526939660052179690, -1613956014788908960338116220, 2918159856709476758087519928150
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[ArcTan[x]ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, Nov 05 2014 *)
CROSSREFS
Sequence in context: A322704 A076961 A012439 * A121103 A018397 A259137
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by and more terms from Harvey P. Dale, Nov 05 2014
STATUS
approved