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!)
A009166 Expansion of cosh(tan(x)*x). 1
1, 0, 12, 240, 9296, 558720, 47965632, 5537249536, 823842474240, 153119256219648, 34710583399132160, 9416311849673895936, 3009741915237844832256, 1118809461121375449088000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ (2*n)! * 2^(2*n-7/4) * exp(2*sqrt(2*n)-1/2) / (n^(3/4) * Pi^(2*n+1/2)). - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
Cosh[ Tan[ x ]*x ] (* Even Part *)
nn = 20; Table[(CoefficientList[Series[Cosh[x*Tan[x]], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Jan 24 2015 *)
CROSSREFS
Sequence in context: A012344 A282789 A012542 * A174556 A012349 A012302
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)