login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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}]
CROSSREFS
Sequence in context: A202407 A009709 A162490 * A330516 A142744 A219090
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 20 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 16 14:30 EDT 2024. Contains 374349 sequences. (Running on oeis4.)