A223126 T(n,k)=Number of nXk 0..2 arrays with no more than floor(nXk/2) elements equal to at least one horizontal or antidiagonal neighbor, with new values introduced in row major 0..2 order.
1, 1, 2, 2, 10, 5, 10, 64, 72, 14, 24, 489, 1154, 664, 41, 72, 3599, 28907, 33604, 5376, 122, 168, 27803, 444555, 1780641, 622568, 47968, 365, 664, 212771, 11814919, 95995609, 112106293, 18539512, 406400, 1094, 1632, 1656545, 186184618
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..1..0..2....0..1..0..0....0..1..0..2....0..1..2..0....0..1..0..2 ..2..1..1..2....0..1..2..2....0..1..2..2....2..0..1..1....2..0..2..0 ..0..0..1..0....0..1..0..0....2..2..1..2....0..2..2..0....1..2..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..125
Comments