login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A140926
Number of 3 X 10 matrices with elements in 0..n with each row and each column in nondecreasing order. 3,10,n can be permuted, see formula.
0
1, 286, 26026, 1184183, 33157124, 644195552, 9386849472, 108284013552, 1028698128744, 8291930371088, 58043512597616, 359423289546776, 1998551478139216, 10102567911472960, 46904779588981600, 201759529849663500, 810005171308207875, 3054446745056957250
OFFSET
0,2
FORMULA
(empirical) set p,q,r to n,10,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))
CROSSREFS
Sequence in context: A221431 A306144 A130433 * A295447 A203049 A306788
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 05 2008
STATUS
approved