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

A012592
arctanh(arcsinh(x)*exp(x))=x+2/2!*x^2+4/3!*x^3+24/4!*x^4+188/5!*x^5...
0
0, 1, 2, 4, 24, 188, 1480, 14824, 182784, 2495632, 37988128, 649646336, 12226037120, 250202750016, 5549572352896, 132663174885760, 3396998634659840, 92768709569362176, 2691992696956801536
OFFSET
0,3
FORMULA
a(n) ~ (n-1)! / (2*r^n), where r = 0.58583517631744956... is the root of the equation exp(2*exp(-r)) - 2*r*exp(exp(-r)) = 1. - Vaclav Kotesovec, Oct 24 2013
MATHEMATICA
CoefficientList[Series[ArcTanh[ArcSinh[x]*Exp[x]], {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Oct 24 2013 *)
CROSSREFS
Sequence in context: A012587 A012292 A211934 * A121892 A032107 A141307
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Prepended missing a(0)=0, Vaclav Kotesovec, Oct 24 2013
STATUS
approved