[go: up one dir, main page]

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

A012754
exp(arctanh(x)*tanh(x)) = 1+2/2!*x^2+12/4!*x^4+280/6!*x^6+13328/8!*x^8...
0
1, 2, 12, 280, 13328, 1016608, 120249536, 19735743872, 4349101334784, 1233253332705792, 437938810884459520, 190333673674118699008, 99369086035110941036544, 61369835997419856216006656
OFFSET
0,2
FORMULA
a(n) ~ 2 * (2*n-1)! * (4*n)^c / GAMMA(c), where c = tanh(1)/2 = (exp(2)-1)/(exp(2)+1)/2. - Vaclav Kotesovec, Oct 24 2013
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Exp[ArcTanh[x]Tanh[x]], {x, 0, nn}], x]Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Apr 21 2012 *)
CROSSREFS
Sequence in context: A214005 A014982 A012444 * A083568 A003121 A211937
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved