login
A296790
Expansion of e.g.f. sec(x*sec(x)) (even powers only).
2
1, 1, 17, 601, 38849, 4022641, 609933521, 127391254537, 35067716300033, 12304447787106529, 5360597104269331985, 2839145693984474128057, 1796556232541725248396737, 1338623568393194541863879761, 1160057210771530210422755155409, 1156898060700987368136296212581481
OFFSET
0,3
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] sec(x*sec(x)).
a(n) ~ c * d^n * n^(2*n + 1/2) / exp(2*n), where d = 4.5851486299312178337601256220116584724159... is the real root of the equation sqrt(d) * cos(2/sqrt(d)) = 4/Pi and c = 1.99453594228967461336... - Vaclav Kotesovec, Dec 21 2017
EXAMPLE
sec(x*sec(x)) = 1 + x^2/2! + 17*x^4/4! + 601*x^6/6! + 38849*x^8/8! + ...
MATHEMATICA
nmax = 15; Table[(CoefficientList[Series[Sec[x Sec[x]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 20 2017
STATUS
approved