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!)
A064069 Generalized Euler number c(8,n). 5
2, 96, 29184, 22634496, 32864600064, 76717014122496, 262665886073094144, 1239981021847665770496, 7719096548270543600615424, 61267211781784116552580202496, 603881788505747521507846892027904, 7236592671961544936200760521440362496, 103612803724706836868168667250308188995584 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
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
CROSSREFS
Sequence in context: A123115 A119696 A264542 * A065128 A122222 A036980
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Aug 31 2001
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 May 10 05:09 EDT 2024. Contains 372356 sequences. (Running on oeis4.)