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.

A094592 a(n)=1/det(M(n)) where M(n) is the n X n matrix with element 1/binomial(n+i+j,n).

Original entry on oeis.org

1, 3, 900, 16464000, 19061082810000, 1438322180987553878016, 7234500281404807826660044800000, 2467969483765439710971533630106501120000000
Offset: 0

Views

Author

Benoit Cloitre, Jun 05 2004

Keywords

Crossrefs

Programs

  • PARI
    a(n)=1/matdet(matrix(n,n,i,j,1/binomial(n+i+j,n)))