A222649 T(n,k)=Number of nXk 0..2 arrays with no more than floor(nXk/2) elements unequal to at least one horizontal, vertical or antidiagonal neighbor, with new values introduced in row major 0..2 order.
1, 1, 1, 1, 1, 1, 4, 3, 3, 4, 5, 12, 5, 12, 5, 14, 38, 61, 61, 38, 14, 17, 124, 157, 457, 157, 124, 17, 70, 430, 1972, 3411, 3411, 1972, 430, 70, 89, 1530, 5625, 31487, 25724, 31487, 5625, 1530, 89, 326, 5378, 66494, 317655, 640355, 640355, 317655, 66494, 5378, 326
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..1..0..0....0..0..0..0....0..0..0..1....0..0..1..1....0..0..0..0 ..1..0..0..0....0..0..0..1....0..0..0..0....1..1..1..1....0..0..0..0 ..0..0..0..0....0..0..1..2....0..0..0..1....1..1..1..1....0..1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..144
Crossrefs
Column 1 is A222364
Comments