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