A284199 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally, antidiagonally 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, 40, 43, 40, 10, 19, 131, 412, 412, 131, 19, 33, 455, 1919, 5268, 1919, 455, 33, 62, 1611, 18842, 71181, 71181, 18842, 1611, 62, 112, 5818, 105367, 1001047, 1488503, 1001047, 105367, 5818, 112, 212, 21328, 983238
Offset: 1
Examples
Some solutions for n=4, k=4 ..0..1..1..0. .0..1..0..0. .0..1..1..0. .0..1..1..0. .0..0..0..0 ..1..0..1..0. .1..0..0..1. .1..0..1..1. .1..0..0..1. .0..0..0..0 ..1..0..0..1. .1..0..0..1. .0..1..1..0. .1..0..0..0. .0..0..1..1 ..1..0..0..1. .1..1..1..0. .0..0..1..0. .1..1..0..1. .1..1..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..180
Crossrefs
Column 1 is A274160(n+1).
Comments