A266547 T(n,k)=Number of nXk binary arrays with rows and columns lexicographically nondecreasing and row and column sums nonincreasing.
2, 2, 2, 2, 3, 2, 2, 3, 3, 2, 2, 4, 5, 4, 2, 2, 4, 6, 6, 4, 2, 2, 5, 8, 12, 8, 5, 2, 2, 5, 11, 16, 16, 11, 5, 2, 2, 6, 13, 27, 36, 27, 13, 6, 2, 2, 6, 16, 36, 58, 58, 36, 16, 6, 2, 2, 7, 20, 57, 110, 176, 110, 57, 20, 7, 2, 2, 7, 23, 76, 196, 366, 366, 196, 76, 23, 7, 2, 2, 8, 27, 114, 363
Offset: 1
Examples
Some solutions for n=6 k=4 ..0..0..1..1....0..0..1..1....0..0..0..1....0..0..1..1....0..0..1..1 ..0..1..0..1....0..1..0..0....0..0..1..0....0..0..1..1....0..0..1..1 ..1..0..1..0....1..0..0..0....0..1..0..0....0..0..1..1....1..1..0..0 ..1..1..0..0....1..0..0..0....0..1..0..0....1..1..0..0....1..1..0..0 ..1..1..0..0....1..0..0..0....1..0..0..0....1..1..0..0....1..1..0..0 ..1..1..0..0....1..0..0..0....1..0..0..0....1..1..0..0....1..1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..179
Crossrefs
Column 2 is A004526(n+4).
Formula
Empirical for column k:
k=1: a(n) = a(n-1)
k=2: a(n) = a(n-1) +a(n-2) -a(n-3)
k=3: a(n) = 2*a(n-1) -a(n-2) +a(n-3) -2*a(n-4) +a(n-5)
k=4: [order 17]
Comments