A265005 T(n,k)=Number of nXk arrays containing k copies of 0..n-1 with rows and columns nondecreasing.
1, 1, 1, 1, 2, 1, 1, 2, 4, 1, 1, 3, 7, 9, 1, 1, 3, 14, 29, 21, 1, 1, 4, 21, 112, 140, 51, 1, 1, 4, 41, 261, 1095, 758, 127, 1, 1, 5, 54, 846, 4919, 13009, 4448, 323, 1, 1, 5, 86, 1720, 27000, 120096, 175865, 27782, 835, 1, 1, 6, 120, 4193, 97341, 1268728, 3558888, 2647438
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..0..1..1....0..0..2..2....0..0..0..1....0..0..1..2....0..0..0..2 ..0..1..2..3....0..0..2..2....0..1..2..2....0..1..2..2....0..1..2..3 ..0..1..2..3....1..1..3..3....1..1..2..2....0..1..2..3....1..1..2..3 ..2..2..3..3....1..1..3..3....3..3..3..3....1..3..3..3....1..2..3..3
Links
- R. H. Hardin, Table of n, a(n) for n = 1..128
Comments