OFFSET
0,3
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..223
Vaclav Kotesovec, Graph - abs(e.g.f.) in the complex plane
FORMULA
a(n) ~ 4 * (2*n+1)! / ((2*(cos(r)/(1-r^2)) - Pi*tan(r)) * r^(2*n+2)), where r = 0.993706174320375134478924859424390533447067228384145975655366... is the root of the equation arctanh(r)*cos(r) = Pi/2. - Vaclav Kotesovec, Feb 07 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Tan[ArcTanh[x]*Cos[x]], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* Vaclav Kotesovec, Feb 06 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved