OFFSET
0,2
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..200
FORMULA
a(n) ~ c * d^n * n^(2*n + 1/2) / exp(2*n), where d = 3.9786913954409425781217887822690623430980810... is the root of the equation tan(2/sqrt(d)) = Pi*sqrt(d)/4 and c = 1.4057183994645... - Vaclav Kotesovec, Dec 21 2017
MATHEMATICA
nmax = 20; Table[(CoefficientList[Series[Tan[x*Tan[x]], {x, 0, 2*nmax}], x] * Range[0, 2 nmax]!)[[n]], {n, 1, 2*nmax + 1, 2}] (* Vaclav Kotesovec, Dec 21 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
STATUS
approved