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

A012135
arcsin(arcsin(arctanh(x)))=x+4/3!*x^3+92/5!*x^5+5272/7!*x^7+567440/9!*x^9...
0
1, 4, 92, 5272, 567440, 98979200, 25530690624, 9147312168576, 4349983363258624, 2652517304182955008, 2018610268528861424640, 1875904660571518053251072, 2091013498538531655993561088
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSin[ArcSin[ArcTanh[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Mar 22 2019 *)
CROSSREFS
Sequence in context: A322769 A012071 A012217 * A221287 A177411 A219891
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved