A225982 T(n,k)=Number of nXk binary arrays whose sum with another nXk binary array containing no more than two 1s has rows and columns in lexicographically nondecreasing order.
2, 4, 4, 8, 15, 8, 15, 48, 48, 15, 26, 138, 252, 138, 26, 42, 350, 1178, 1178, 350, 42, 64, 790, 4722, 9113, 4722, 790, 64, 93, 1616, 16361, 61808, 61808, 16361, 1616, 93, 130, 3049, 49811, 361361, 737893, 361361, 49811, 3049, 130, 176, 5384, 135672, 1825607
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..1..1....0..0..1..1....0..1..1..0....1..1..1..1....0..0..1..1 ..1..1..1..1....1..1..0..0....0..1..1..0....1..1..1..1....0..0..0..1 ..1..0..0..1....0..0..0..1....1..0..0..0....1..0..1..0....1..1..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..127
Crossrefs
Column 1 is A000125
Formula
Empirical: columns k=1..5 are polynomials in n of degree 2^k+1 for n>0,0,1,2,2
Comments