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!)
A012394 sec(tan(x)*tan(x))=1+12/4!*x^4+480/6!*x^6+32592/8!*x^8... 2
1, 0, 12, 480, 32592, 3644160, 601225152, 136477985280, 40777726478592, 15519265846026240, 7330634507726810112, 4208431377781384765440, 2886028889205733569318912, 2330210584650322816604897280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ 2^(3/2) * (2*n)! / ((2+Pi) * sqrt(Pi) * (arctan(sqrt(Pi/2)))^(2*n+1)). - Vaclav Kotesovec, Feb 08 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Sec[Tan[x]^2], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Feb 08 2015 *)
CROSSREFS
Sequence in context: A012460 A012685 A012465 * A012686 A012466 A344113
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 April 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)