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

A012438
arcsinh(arctan(x)*arcsin(x))=2/2!*x^2-4/4!*x^4+38/6!*x^6-264/8!*x^8...
0
2, -4, 38, -264, 251082, -20187660, 3240768750, -246050691600, 164895642091410, -44832184763361300, 26301902902677945270, -6982668079815620764440, 6485203397909159496161370
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSinh[ArcTan[x]ArcSin[x]], {x, 0, nn}], x]Range[0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, Dec 11 2011 *)
CROSSREFS
Sequence in context: A053745 A019275 A012433 * A009626 A009835 A362411
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved