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!)
A343846 a(n) = binomial(2*n, n)*2^n*|Euler(n, 1/2) - Euler(n, 0)|. 0
0, 2, 6, 40, 350, 4032, 56364, 933504, 17824950, 385848320, 9334057876, 249576198144, 7308698191340, 232643283353600, 7997684730384600, 295306112919306240, 11655857682806336550, 489743069731226910720, 21824608434847162167300, 1028154317960939805081600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = binomial(2*n, n) * |Euler(n) - 2^n*Euler(n, 0)|.
a(n) = A109449(2*n, n) for n >= 1.
a(n) = (-1)^binomial(n, 2) * binomial(2*n, n) * A163747(n).
a(n) ~ 2^(3*n + 5/2) * n^n / (Pi^(n+1) * exp(n)). - Vaclav Kotesovec, May 06 2021
MAPLE
a := n -> binomial(2*n, n)*abs(euler(n) - 2^n*euler(n, 0)):
seq(a(n), n=0..19);
MATHEMATICA
Table[Binomial[2*n, n]*Abs[EulerE[n] - 2^n*EulerE[n, 0]], {n, 0, 20}] (* Vaclav Kotesovec, May 06 2021 *)
CROSSREFS
Sequence in context: A277476 A277483 A267981 * A318006 A356513 A292407
KEYWORD
nonn
AUTHOR
Peter Luschny, May 06 2021
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 23 05:35 EDT 2024. Contains 371906 sequences. (Running on oeis4.)