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!)
A117257 Column 0 of triangle A117256. 1
1, 1, -10, 750, -328125, 779296875, -9741210937500, 630569458007812500, -209368765354156494140625, 354400253854691982269287109375, -3045627181563759222626686096191406250, 132489108572997338342247530817985534667968750 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
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 | 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 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)