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

A012751
tan(arctanh(x)*sinh(x))=2/2!*x^2+12/4!*x^4+430/6!*x^6+27384/8!*x^8...
0
0, 2, 12, 430, 27384, 2844538, 444855620, 96566466022, 27798112443248, 10239758940342642, 4695120560496345596, 2621628020059813754526, 1751011006876497963996520, 1378272807335260827405511146
OFFSET
0,2
FORMULA
a(n) ~ 4*(1-r^2) * (2*n)! / (((1-r^2)*Pi/tanh(r) + 2*sinh(r)) * r^(2*n+1)), where r = 0.907648090497239832680442727614114269985280667634413195506087... is the root of the equation arctanh(r)*sinh(r) = Pi/2. - Vaclav Kotesovec, Feb 06 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Tan[ArcTanh[x]*Sinh[x]], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Feb 06 2015 *)
CROSSREFS
Sequence in context: A015181 A012378 A012383 * A012428 A012786 A168504
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 prepended by Vaclav Kotesovec, Feb 06 2015
STATUS
approved