A284165 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally or vertically 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, 3, 6, 13, 13, 6, 10, 42, 62, 42, 10, 19, 134, 461, 461, 134, 19, 33, 467, 2872, 5888, 2872, 467, 33, 62, 1689, 21790, 80072, 80072, 21790, 1689, 62, 112, 6210, 154108, 1142173, 2179255, 1142173, 154108, 6210, 112, 212, 23178, 1174235
Offset: 1
Examples
Some solutions for n=4, k=4 ..0..1..0..1. .0..0..0..1. .0..0..0..1. .0..0..0..1. .0..1..1..0 ..0..0..0..1. .1..0..0..1. .0..1..1..1. .0..1..1..1. .1..0..1..0 ..1..1..0..1. .1..0..1..1. .0..1..1..1. .0..0..1..1. .0..1..1..0 ..0..1..0..1. .0..1..1..1. .0..0..0..1. .1..0..1..1. .0..1..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..143
Crossrefs
Column 1 is A274160(n+1).
Comments