login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A006523
Sum ((-1)^(i+1)*binomial(n,i)*2^i*(2*n-1)!,i=1..n) for n odd.
0
2, 240, 725760, 12454041600, 711374856192000, 102181884343418880000, 31022420086661971968000000, 17683523987479403909087232000000, 17366635237623772991036388802560000000, 27527506182452690092631959163161804800000000
OFFSET
1,1
FORMULA
a(n) = 2*(4*n-3)!. - Christian Krause, Oct 08 2023
PROG
(PARI) a(n) = n=2*n-1; sum(i=1, n, (-1)^(i+1)*binomial(n, i)*2^i*(2*n-1)!); \\ Michel Marcus, Oct 08 2023
CROSSREFS
Cf. A000142.
Sequence in context: A217972 A071967 A024348 * A294319 A055968 A068838
KEYWORD
nonn
AUTHOR
STATUS
approved