A206650 T(n,k)=Number of nXk 0..2 arrays with no occurrence of three equal elements in a row horizontally or vertically, and new values 0..2 introduced in row major order.
1, 2, 2, 4, 14, 4, 11, 96, 96, 11, 30, 726, 1625, 726, 30, 82, 5400, 30145, 30145, 5400, 82, 224, 40344, 545520, 1414023, 545520, 40344, 224, 612, 301056, 9937823, 64166392, 64166392, 9937823, 301056, 612, 1672, 2247264, 180716227, 2937839117
Offset: 1
Examples
Some solutions for n=4 k=3 ..0..1..2....0..0..1....0..0..1....0..0..1....0..1..0....0..0..1....0..0..1 ..1..2..1....0..0..1....2..0..2....2..1..2....2..1..2....1..2..1....2..0..0 ..0..2..1....1..2..0....2..1..2....2..2..1....2..2..1....0..2..2....2..1..0 ..1..1..2....1..2..1....0..0..1....0..1..1....0..1..1....0..0..2....0..2..2
Links
- R. H. Hardin, Table of n, a(n) for n = 1..112
Comments