A284113 T(n,k) = Number of n X k 0..1 arrays with the number of 1's king-move 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, 46, 25, 46, 10, 19, 160, 435, 435, 160, 19, 33, 571, 1230, 5896, 1230, 571, 33, 62, 2095, 20275, 80200, 80200, 20275, 2095, 62, 112, 7802, 67957, 1143533, 905327, 1143533, 67957, 7802, 112, 212, 29326, 1057769, 16442183
Offset: 1
Examples
Some solutions for n=4, k=4 ..0..0..0..1. .0..1..1..1. .0..0..0..0. .0..0..0..0. .0..0..1..0 ..1..1..1..1. .1..1..0..1. .1..0..1..0. .0..1..1..1. .1..1..1..0 ..1..0..0..1. .1..0..0..0. .1..1..1..1. .0..1..1..1. .0..1..1..0 ..0..0..1..0. .0..0..0..1. .1..1..1..0. .1..0..1..0. .1..1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..161
Crossrefs
Column 1 is A274160(n+1).
Comments