A268472 T(n,k)=Number of nXk arrays containing k copies of 0..n-1 with column sums equal.
1, 1, 2, 1, 4, 6, 1, 8, 36, 24, 1, 16, 216, 648, 120, 1, 32, 1296, 19584, 19800, 720, 1, 64, 7776, 643680, 4140000, 972000, 5040, 1, 128, 46656, 22374144, 1007460000, 1936704000, 69060600, 40320, 1, 256, 279936, 807480576, 269568000000
Offset: 1
Examples
Some solutions for n=3 k=4 ..2..2..2..2. .1..2..0..1. .0..1..2..2. .0..1..1..2. .0..2..1..0 ..1..0..1..0. .0..0..2..2. .1..0..1..1. .1..2..2..1. .2..0..2..1 ..0..1..0..1. .2..1..1..0. .2..2..0..0. .2..0..0..0. .1..1..0..2
Links
- R. H. Hardin, Table of n, a(n) for n = 1..50
Comments