login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A117257
Column 0 of triangle A117256.
1
1, 1, -10, 750, -328125, 779296875, -9741210937500, 630569458007812500, -209368765354156494140625, 354400253854691982269287109375, -3045627181563759222626686096191406250, 132489108572997338342247530817985534667968750
OFFSET
0,3
FORMULA
a(n) = [prod_{j=0..n-1} (1-5*j)]/n! * 5^(n*(n-1)/2).
PROG
(PARI) {a(n)=local(m=1, p=5, q=5, r=1); prod(j=0, n-1, m*r-p*j)/n!*q^(n*(n-1)/2)}
CROSSREFS
Sequence in context: A053468 A008272 A015509 * A030979 A183288 A108247
KEYWORD
sign
AUTHOR
Paul D. Hanna, Mar 14 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 24 03:45 EDT 2024. Contains 376185 sequences. (Running on oeis4.)