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!)
A117259 Column 0 of triangle A117258. 1
1, 1, -2, 32, -2560, 917504, -1409286144, 9070970929152, -241505530017742848, 26378844025404658810880, -11755594669932654094842855424, 21291459481433341027538627037495296, -156279993920424129009046403691280672489472 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [prod_{j=0..n-1} (1-2*j)]/n! * 4^(n*(n-1)/2).
PROG
(PARI) {a(n)=local(m=1, p=2, q=4, r=1); prod(j=0, n-1, m*r-p*j)/n!*q^(n*(n-1)/2)}
CROSSREFS
Sequence in context: A088386 A329928 A093584 * A234365 A068183 A166077
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 April 24 15:52 EDT 2024. Contains 371961 sequences. (Running on oeis4.)