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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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

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 20 16:26 EDT 2024. Contains 372717 sequences. (Running on oeis4.)