A227061 T(n,k) = Number of (n+k-1) X (n+k-1) binary arrays with k 1s in every row and column with rows and columns in lexicographically nondecreasing order.
1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 5, 1, 1, 1, 5, 25, 13, 1, 1, 1, 8, 161, 272, 42, 1, 1, 1, 13, 1112, 7776, 4070, 155, 1, 1, 1, 21, 8787, 287311, 626649, 79221, 636, 1, 1, 1, 34, 76156, 13704640, 137393147, 70821384, 1906501, 2889, 1, 1, 1, 55, 728699, 809171699
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..0..0..1..1..1..1....0..0..0..1..1..1..1....0..0..0..1..1..1..1 ..0..1..1..0..0..1..1....0..1..1..0..0..1..1....0..0..0..1..1..1..1 ..0..1..1..0..1..0..1....0..1..1..0..1..0..1....0..1..1..0..0..1..1 ..1..0..0..1..0..1..1....1..0..0..1..1..1..0....1..0..0..1..1..0..1 ..1..0..1..1..1..0..0....1..0..1..0..0..1..1....1..1..1..0..0..1..0 ..1..1..0..1..0..1..0....1..1..0..1..1..0..0....1..1..1..0..1..0..0 ..1..1..1..0..1..0..0....1..1..1..1..0..0..0....1..1..1..1..0..0..0
Crossrefs
Extensions
More terms from Sean A. Irvine, Sep 12 2019
Comments