A284334 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 equal to the number of 0's adjacent to some 1, with top left element zero.
1, 2, 2, 3, 4, 4, 6, 13, 13, 8, 10, 34, 49, 42, 16, 19, 118, 373, 415, 134, 32, 33, 419, 2259, 5130, 2243, 467, 64, 62, 1481, 18114, 68458, 70039, 19385, 1689, 128, 112, 5394, 120058, 966889, 1792007, 1000935, 122495, 6210, 256, 212, 19848, 959041, 13941789
Offset: 1
Examples
Some solutions for n=4, k=4 ..0..0..0..0. .0..1..0..1. .0..0..1..1. .0..1..1..0. .0..0..1..0 ..1..0..1..0. .1..0..1..1. .0..1..1..0. .1..0..0..1. .0..1..0..1 ..1..0..0..0. .0..1..0..1. .1..1..1..0. .1..1..0..0. .1..0..1..1 ..1..1..1..1. .0..0..1..0. .0..0..1..1. .0..1..1..0. .0..0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..143
Comments