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!)
A064068 Generalized Euler number c(7,n). 5
1, 64, 15872, 9493504, 10562158592, 18878667833344, 49488442978598912, 178867627497727197184, 852509723495811705208832, 5180564635674867885905281024, 39094622102339738427522497380352, 358686739310560735577543742129700864, 3931974790759726002374736527410407145472 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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*n)!*[x^(2*n)](sec(7*x)*(cos(x) + cos(3*x) - cos(5*x))). - Peter Luschny, Nov 21 2021
MAPLE
egf := sec(7*x)*(cos(x) + cos(3*x) - cos(5*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: A016794 A264058 A123051 * A220853 A013781 A330482
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)