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”).

A302579
Expansion of e.g.f. exp(cosh(x)/cos(x)-1) (even powers only).
0
1, 2, 24, 632, 28784, 1991552, 193410624, 24993180032, 4134783110144, 850499728758272, 212579274719007744, 63381008507902595072, 22200896917210834817024, 9019985888570141052280832, 4204783981520054371872374784, 2228007853953954434037178007552
OFFSET
0,2
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] exp(cosh(x)/cos(x)-1).
EXAMPLE
exp(cosh(x)/cos(x)-1) = 1 + 2*x^2/2! + 24*x^4/4! + 632*x^6/6! + 28784*x^8/8! + ...
MATHEMATICA
nmax = 15; Table[(CoefficientList[Series[Exp[Cosh[x]/Cos[x] - 1], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 10 2018
STATUS
approved