A222986 T(n,k)=Number of nXk 0..2 arrays with no more than floor(nXk/2) elements unequal to at least one horizontal or antidiagonal neighbor, with new values introduced in row major 0..2 order.
1, 1, 2, 1, 4, 5, 4, 7, 14, 14, 5, 25, 43, 70, 41, 14, 86, 314, 584, 326, 122, 17, 332, 946, 4572, 2903, 1630, 365, 70, 1172, 10417, 42607, 68385, 45718, 8058, 1094, 89, 4566, 36987, 414907, 601407, 1037326, 227569, 40598, 3281, 326, 16562, 431995, 4405097
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..0..1....0..0..1..0....0..1..1..1....0..0..1..1....0..0..0..0 ..0..0..0..0....2..1..1..1....1..1..1..2....0..2..2..2....0..0..0..1 ..0..0..1..1....1..1..1..1....1..1..1..2....2..2..2..2....0..1..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..159
Comments