A196493 T(n,k)=Number of nXk 0..4 arrays with each element x equal to the number of its horizontal and vertical neighbors equal to 2,3,0,1,4 for x=0,1,2,3,4.
1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 5, 9, 5, 1, 1, 9, 23, 23, 9, 1, 1, 17, 69, 99, 69, 17, 1, 1, 31, 199, 435, 435, 199, 31, 1, 1, 57, 553, 1821, 2862, 1821, 553, 57, 1, 1, 105, 1563, 7761, 18661, 18661, 7761, 1563, 105, 1, 1, 193, 4439, 33445, 123151, 188603, 123151, 33445, 4439
Offset: 1
Examples
Some solutions for n=6 k=4 ..0..0..0..1....0..1..0..0....0..0..0..0....0..0..1..0....0..1..0..0 ..0..1..1..3....1..3..1..0....1..3..1..0....0..0..3..1....1..3..1..0 ..1..3..1..1....0..0..0..0....0..1..0..0....0..0..1..0....1..0..0..0 ..1..3..1..0....1..3..1..1....1..0..0..0....1..3..1..0....3..1..0..1 ..0..1..0..0....0..1..1..3....3..1..0..0....0..1..1..0....1..0..1..3 ..0..0..0..0....0..0..0..1....1..0..0..0....0..1..3..1....0..0..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..312
Crossrefs
Column 2 is A000213
Comments