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

A013340
arctanh(exp(x)-sech(x))=x+2/2!*x^2+3/3!*x^3+20/4!*x^4+165/5!*x^5...
0
0, 1, 2, 3, 20, 165, 1142, 10983, 136040, 1753545, 25376042, 422373963, 7641560060, 149590274925, 3195495898142, 73536613981743, 1808159717424080, 47465557573756305, 1324783497842287442
OFFSET
0,3
FORMULA
a(n) ~ (n-1)! / (2 * r^n), where r = log((1 + (19 - 3*sqrt(33))^(1/3) + (19 + 3*sqrt(33))^(1/3))/3) = 0.60937786343600623153680337116839869542853927931... is the root of the equation exp(r)-sech(r) = 1. - Vaclav Kotesovec, Feb 05 2015
MATHEMATICA
CoefficientList[Series[ArcTanh[Sinh[x]*(1 + Tanh[x])], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Feb 05 2015 *)
CROSSREFS
Sequence in context: A069323 A356884 A009721 * A218873 A012416 A261317
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Prepended missing a(0)=0 from Vaclav Kotesovec, Feb 05 2015
STATUS
approved