OFFSET
0,1
LINKS
Matthew House, Table of n, a(n) for n = 0..176
D. Shanks, Generalized Euler and class numbers. Math. Comp. 21 (1967) 689-694.
D. Shanks, Corrigenda to: "Generalized Euler and class numbers", Math. Comp. 22 (1968), 699.
Eric Weisstein's World of Mathematics, Euler Number.
FORMULA
a(n) = 2^(4n+5) * A000281(n).
a(n) = (2*n)!*[x^(2*n)](sec(8*x)*2*cos(4*x)). - Peter Luschny, Nov 21 2021
MAPLE
egf := sec(8*x)*2*cos(4*x): ser := series(egf, x, 24):
seq((2*n)!*coeff(ser, x, 2*n), n = 0..11); # Peter Luschny, Nov 21 2021
MATHEMATICA
Range[0, 24, 2]! CoefficientList[Series[2 Sec[8 x] Cos[4 x], {x, 0, 24}], x^2] (* Matthew House, Oct 25 2024 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Aug 31 2001
STATUS
approved