A222878 T(n,k)=Number of nXk 0..3 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..3 order.
1, 1, 2, 2, 11, 5, 11, 122, 131, 15, 34, 1814, 6282, 2150, 51, 131, 26311, 409775, 443510, 32491, 187, 438, 399849, 19707855, 95867967, 23794078, 533186, 715, 2150, 6013669, 1340197778, 20978414941, 22794825314, 1698174722, 8362152, 2795, 7676
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..0..1....0..0..1..0....0..0..1..2....0..1..0..1....0..1..0..2 ..2..3..1..2....0..2..2..3....1..3..1..0....0..2..2..2....1..0..1..3 ..0..2..3..0....0..3..2..1....1..2..0..2....1..0..0..0....2..0..2..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..82
Comments