A286979 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally or vertically adjacent to some 0 two less than the number of 0's adjacent to some 1.
0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 30, 50, 30, 0, 1, 126, 538, 538, 126, 1, 3, 520, 3932, 8270, 3932, 520, 3, 10, 2088, 32253, 123706, 123706, 32253, 2088, 10, 24, 8192, 238532, 1853532, 3584756, 1853532, 238532, 8192, 24, 60, 32083, 1875212, 27938670
Offset: 1
Examples
Some solutions for n=4, k=4 ..0..1..1..1. .1..0..0..1. .0..0..0..0. .1..0..0..1. .0..1..1..1 ..0..0..0..1. .1..0..0..1. .0..1..1..0. .0..1..0..1. .0..0..1..0 ..1..0..0..0. .0..0..1..1. .0..1..1..0. .0..0..1..1. .0..1..0..1 ..1..0..0..0. .1..0..0..0. .1..0..0..1. .1..0..0..0. .0..1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..143
Crossrefs
Column 1 is A286209.
Comments