A196337 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 4,0,3,1,2 for x=0,1,2,3,4.
1, 3, 3, 4, 5, 4, 5, 8, 8, 5, 8, 17, 7, 17, 8, 12, 34, 50, 50, 34, 12, 17, 62, 111, 335, 111, 62, 17, 25, 123, 259, 894, 894, 259, 123, 25, 37, 243, 744, 3246, 3793, 3246, 744, 243, 37, 54, 471, 1840, 14973, 25295, 25295, 14973, 1840, 471, 54, 79, 924, 4761, 64423
Offset: 1
Examples
Some solutions for n=6 k=4 ..1..1..0..0....1..3..1..0....0..1..1..0....0..1..1..0....1..3..1..0 ..0..3..1..1....0..1..3..1....0..1..1..0....1..3..1..0....0..1..3..0 ..0..1..1..1....0..1..3..1....0..1..1..0....1..3..1..0....1..3..1..0 ..1..3..0..0....0..3..1..0....0..1..3..0....0..1..3..0....1..3..1..0 ..1..1..0..0....0..1..3..1....0..3..1..1....1..3..1..0....0..1..3..0 ..0..1..1..1....1..1..0..1....1..1..0..1....1..0..1..1....0..1..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..180
Comments