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

A012117
arcsinh(arcsin(arcsinh(x)))=x-1/3!*x^3+17/5!*x^5-449/7!*x^7+30113/9!*x^9...
0
1, -1, 17, -449, 30113, -2761793, 415351089, -81370683393, 21955730621249, -7408485122203009, 3161408870916725841, -1630838373598845388097, 1013685573603673847917793, -741353146138643571687256001
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSinh[ArcSin[ArcSinh[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Aug 07 2017 *)
CROSSREFS
Sequence in context: A301642 A035022 A375891 * A271438 A371488 A122430
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved