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

A012605
tanh(arcsinh(x)*arcsin(x))=2/2!*x^2-152/6!*x^6+227232/10!*x^10...
0
2, -152, 227232, -795112320, 44292972802560, 2002112058391603200, 937365267083373473341440, 444372302749315420373243166720
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tanh[ArcSinh[x]ArcSin[x]], {x, 0, nn}], x] Range[ 0, nn]!, {3, -1, 4}]] (* Harvey P. Dale, Dec 14 2020 *)
CROSSREFS
Sequence in context: A206309 A265880 A064436 * A012602 A157087 A332585
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved