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

A012988
arctan(arctan(x)+arcsin(x))=2*x-17/3!*x^3+881/5!*x^5-111919/7!*x^7...
0
2, -17, 881, -111919, 26533505, -10100912631, 5639610453681, -4341268802719599, 4406801928941004417, -5703476313460410444519, 9166802819086051420527153, -17912428427903720892882856479
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTan[ArcTan[ x]+ ArcSin[x]], {x, 0, nn}], x]Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Sep 30 2011 *)
CROSSREFS
Sequence in context: A012944 A013099 A013060 * A261535 A327020 A058233
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition corrected by Harvey P. Dale, Sep 30 2011
STATUS
approved