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.

A140903 Number of 3 X 6 matrices with elements in 0..n with each row and each column in nondecreasing order. 3,6,n can be permuted, see formula.

Original entry on oeis.org

1, 84, 2520, 41580, 457380, 3737448, 24293412, 131589315, 614083470, 2530768240, 9386849472, 31803696288, 99604982880, 291153026880, 800670823920, 2085276513474, 5172303508911, 12276881393700, 27999904933000, 61578738292500, 130994770549500, 270273795363000
Offset: 0

Views

Author

R. H. Hardin, Jul 05 2008

Keywords

Formula

(empirical) set p,q,r to n,6,3 (in any order) in s=p+q+r-1; a(n) = product {i in 0..r-1} (binomial(s,p+i)*i!/(s-i)^(r-i-1))