login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A009166
Expansion of cosh(tan(x)*x).
1
1, 0, 12, 240, 9296, 558720, 47965632, 5537249536, 823842474240, 153119256219648, 34710583399132160, 9416311849673895936, 3009741915237844832256, 1118809461121375449088000
OFFSET
0,3
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