cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A117253 Column 0 of triangle A117252.

Original entry on oeis.org

1, 1, -3, 45, -2430, 433026, -245525742, 434685788658, -2376644549487615, 39849199161258840705, -2039314646436750180150939, 317469566015078743658568283029, -149970083228995077874358388356635368, 214577598849654850870918566871719460091160
Offset: 0

Views

Author

Paul D. Hanna, Mar 14 2006

Keywords

Crossrefs

Cf. A117252.

Programs

  • PARI
    a(n)=prod(j=0,n-1,1-3*j)/n!*3^(n*(n-1)/2)

Formula

a(n) = [Product_{j=0..n-1} (1-3*j)]/n! * 3^(n*(n-1)/2).