A284222 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally 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, 6, 4, 6, 13, 19, 8, 10, 44, 70, 62, 16, 19, 143, 499, 467, 212, 32, 33, 495, 3214, 6511, 3224, 751, 64, 62, 1746, 22729, 85887, 91260, 23218, 2719, 128, 112, 6399, 163708, 1214427, 2417194, 1317770, 170155, 10002, 256, 212, 23776, 1209005
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..1..1..1. .0..1..0..1. .0..0..1..1. .0..1..1..1. .0..1..1..1 ..0..0..0..1. .0..0..1..1. .1..0..0..0. .0..0..1..0. .0..0..0..1 ..1..1..0..1. .0..1..0..1. .1..0..1..1. .1..1..0..1. .1..1..0..0 ..0..0..1..0. .1..0..0..1. .0..1..1..1. .0..1..0..0. .1..0..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..198
Comments