The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371683 a(n) = Sum_{k=0..n} (-2)^(3*k)*binomial(2*n, 2*k)*Euler(2*k, 1/2). Row sums of A371637. 2
1, 3, 33, 819, 37281, 2720643, 291107457, 42945429747, 8354465297601, 2072193715976067, 638269648981638753, 239021193599722872627, 106946291677392350660961, 56346809266835212819000323, 34528790475992735166895973313, 24349545528533035663737512791539 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ cosh(Pi/(2*sqrt(2))) * 2^(5*n+3) * n^(2*n + 1/2) / (Pi^(2*n + 1/2) * exp(2*n)). - Vaclav Kotesovec, Apr 03 2024
MAPLE
seq(add((-8)^k*binomial(2*n, 2*k)*euler(2*k, 1/2), k = 0..n), n = 0..15);
MATHEMATICA
Table[Sum[(-2)^(3*k)*Binomial[2*n, 2*k]*EulerE[2*k, 1/2], {k, 0, n}], {n, 0, 15}] (* James C. McMahon, Apr 05 2024 *)
CROSSREFS
Sequence in context: A210833 A174488 A289695 * A124432 A234715 A126466
KEYWORD
nonn
AUTHOR
Peter Luschny, Apr 03 2024
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 17 05:02 EDT 2024. Contains 372579 sequences. (Running on oeis4.)