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

A012219
arctanh(arctan(arcsinh(x)))=x-1/3!*x^3+17/5!*x^5-617/7!*x^7+44417/9!*x^9...
0
1, -1, 17, -617, 44417, -5210129, 909126033, -220910314809, 71341157623169, -29556627270426145, 15282372258542389905, -9645984260739983339273, 7298836347461102485422593, -6521512480584315170326457393
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcTanh[ArcTan[ArcSinh[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Ray Chandler, Nov 28 2016 *)
CROSSREFS
Sequence in context: A142744 A219090 A222615 * A349783 A219075 A265678
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved