A265870 T(n,k)=Number of nXk arrays containing k copies of 0..n-1 with no element plus any antidiagonal neighbor equal to n-1.
1, 1, 2, 1, 2, 6, 1, 4, 42, 24, 1, 6, 340, 984, 120, 1, 12, 3136, 56496, 48216, 720, 1, 20, 30456, 3965392, 28645840, 2869200, 5040, 1, 40, 307464, 307543008, 21193260208, 20091622560, 278125200, 40320, 1, 70, 3182784, 25346247472, 17674408924672
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..2..0..0....0..0..1..2....1..2..0..0....1..2..2..1....0..2..0..0 ..1..1..1..1....1..2..1..0....2..1..1..2....1..1..2..0....1..1..1..1 ..2..2..2..0....1..2..0..2....0..2..1..0....0..2..0..0....2..2..0..2
Links
- R. H. Hardin, Table of n, a(n) for n = 1..60
Comments