A293087 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally or antidiagonally adjacent to some 0 two less than the number of 0's adjacent to some 1.
0, 0, 0, 0, 0, 0, 0, 5, 1, 0, 0, 23, 53, 10, 0, 1, 124, 486, 498, 60, 0, 3, 518, 4091, 8108, 4013, 304, 0, 10, 2103, 32070, 125848, 126903, 31689, 1420, 0, 24, 8304, 246852, 1900201, 3786544, 1955375, 246743, 6312, 0, 60, 32561, 1897509, 28709764
Offset: 1
Examples
Some solutions for n=4, k=4 ..0..0..1..0. .0..0..0..0. .0..0..0..0. .0..0..1..1. .1..1..0..0 ..0..0..0..0. .1..0..0..0. .0..0..0..0. .0..1..1..1. .1..1..0..0 ..1..1..0..1. .1..0..0..1. .1..1..0..1. .0..0..0..0. .0..0..0..1 ..0..0..1..1. .0..0..0..0. .0..0..1..0. .0..1..0..0. .0..0..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..198
Crossrefs
Row 1 is A286209.
Comments