A285152 T(n,k) = Number of n X k 0..1 arrays with the number of 1s horizontally or antidiagonally adjacent to some 0 one less than the number of 0's adjacent to some 1.
0, 0, 0, 1, 2, 0, 2, 14, 12, 0, 6, 58, 113, 56, 0, 12, 210, 820, 786, 236, 0, 28, 788, 5773, 11574, 5742, 950, 0, 56, 2960, 41620, 159060, 166624, 42176, 3752, 0, 119, 11168, 305641, 2284666, 4551741, 2446130, 314197, 14684, 0, 236, 42402, 2274080
Offset: 1
Examples
Some solutions for n=4, k=4 ..1..1..1..1. .1..0..0..0. .1..1..0..0. .1..1..0..1. .0..1..1..1 ..0..0..0..1. .0..1..1..0. .1..1..0..0. .0..0..1..1. .0..1..1..0 ..0..0..1..0. .1..1..1..1. .1..0..0..0. .0..0..1..0. .1..0..0..1 ..0..0..0..0. .1..1..1..1. .0..0..1..1. .0..1..1..0. .0..1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..198
Crossrefs
Row 1 is A284449.
Comments