A284771 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally or vertically adjacent to some 0 one less than the number of 0's adjacent to some 1.
0, 0, 0, 1, 4, 1, 2, 14, 14, 2, 6, 52, 119, 52, 6, 12, 206, 720, 720, 206, 12, 28, 772, 5637, 10120, 5637, 772, 28, 56, 2896, 38792, 145822, 145822, 38792, 2896, 56, 119, 10996, 298003, 2134812, 4219759, 2134812, 298003, 10996, 119, 236, 41862, 2180148
Offset: 1
Examples
Some solutions for n=4, k=4 ..0..0..1..0. .1..1..1..0. .0..0..1..1. .0..1..0..0. .0..0..0..1 ..0..1..1..0. .1..0..0..0. .0..0..0..1. .0..1..1..0. .1..1..0..1 ..0..1..0..1. .0..0..1..1. .0..1..1..0. .0..1..0..0. .0..0..0..0 ..0..1..1..0. .0..1..1..1. .0..1..1..0. .1..0..1..1. .1..1..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..143
Crossrefs
Column 1 is A284449.
Comments