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.

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

Original entry on oeis.org

1, 705432, 79483257308, 2543610972177184, 31148053701600494400
Offset: 0

Views

Author

R. H. Hardin, Jul 05 2008

Keywords

Formula

(empirical) set p,q,r to n,11,11 (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))