A269479 T(n,k)=Number of nXk arrays containing k copies of 0..n-1 avoiding the pattern down-up in every row and equal-up in every column.
1, 1, 2, 1, 6, 4, 1, 14, 54, 8, 1, 34, 574, 600, 16, 1, 78, 6404, 36028, 9102, 32, 1, 178, 72110, 2316638, 3572724, 188472, 64, 1, 398, 816583, 154086724, 1572704377, 548242672, 5118012, 128, 1, 882, 9323584, 10654939686
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..1..2..2. .2..1..1..0. .0..1..0..1. .0..2..1..1. .2..1..0..0 ..2..1..1..1. .1..2..2..1. .0..2..0..2. .1..2..2..0. .2..1..0..1 ..0..2..0..0. .0..2..0..0. .1..2..1..2. .0..1..2..0. .0..2..1..2
Comments