A293100 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally, diagonally or antidiagonally adjacent to some 0 two less than the number of 0's adjacent to some 1.
0, 0, 0, 0, 0, 0, 0, 9, 5, 0, 0, 42, 48, 30, 0, 1, 150, 567, 554, 126, 0, 3, 596, 3619, 8088, 3334, 520, 0, 10, 2220, 29952, 114318, 115870, 30837, 2088, 0, 24, 8376, 205195, 1676740, 3125547, 1710994, 202363, 8192, 0, 60, 31959, 1668655, 24773296
Offset: 1
Examples
Some solutions for n=4, k=4 ..0..0..0..0. .0..0..0..1. .0..1..1..0. .1..1..0..1. .1..1..0..0 ..1..0..0..0. .1..1..0..0. .1..0..0..1. .0..1..0..1. .0..1..1..0 ..1..1..0..1. .1..0..1..0. .1..0..1..0. .0..0..1..0. .1..1..0..0 ..0..0..1..0. .0..1..0..1. .0..1..0..0. .0..0..0..1. .1..0..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..143
Comments