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.

A140935 Number of 3 X 11 matrices with elements in 0..n with each row and each column in nondecreasing order.

Original entry on oeis.org

1, 364, 41405, 2318680, 78835120, 1837984512, 31803696288, 431621592480, 4783805983320, 44648855844320, 359423289546776, 2543610972177184, 16072267131888800, 91841526467936000, 479707973069130000, 2311063705550691000, 10348807328532138375
Offset: 0

Views

Author

R. H. Hardin, Jul 05 2008

Keywords

Comments

In the definition, 3,11,n can be permuted, see formula.

Formula

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

Extensions

Edited by N. J. A. Sloane, Aug 28 2010 and May 08 2012