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!)
A117251 Column 0 of triangle A117250. 1
1, 1, -1, 4, -40, 896, -43008, 4325376, -899678208, 383862702080, -334114095890432, 590956713604022272, -2117988861556815822848, 15348576513041885002989568, -224527747847927003472304537600, 6621592717332784844802427579269120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (-1)^(n-1) * C(2*n,n)/(2*n-1) * 2^((n-1)*(n-2)/2-1).
PROG
(PARI) a(n)=(-1)^(n-1)*2^((n-1)*(n-2)/2-1)*binomial(2*n, n)/(2*n-1)
CROSSREFS
Sequence in context: A121276 A013053 A055128 * A220404 A211040 A012957
KEYWORD
sign
AUTHOR
Paul D. Hanna, Mar 14 2006
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 June 8 13:14 EDT 2024. Contains 373217 sequences. (Running on oeis4.)