A227385 T(n,k)=Number of nXk 0,1 arrays indicating 2X2 subblocks of some larger (n+1)X(k+1) binary array having a sum of one, with rows and columns of the latter in lexicographically nondecreasing order.
2, 3, 3, 4, 7, 4, 5, 15, 15, 5, 6, 30, 54, 30, 6, 7, 56, 185, 185, 56, 7, 8, 98, 587, 1104, 587, 98, 8, 9, 162, 1704, 6160, 6160, 1704, 162, 9, 10, 255, 4532, 31073, 61127, 31073, 4532, 255, 10, 11, 385, 11126, 141192, 550010, 550010, 141192, 11126, 385, 11, 12, 561
Offset: 1
Examples
Some solutions for n=4 k=4 ..1..0..0..0....0..0..0..1....1..0..0..0....0..0..1..0....0..0..1..0 ..0..0..1..0....1..0..0..0....0..0..1..0....0..1..0..1....0..1..0..0 ..0..0..1..1....0..0..0..0....0..0..1..0....1..0..1..1....1..0..1..0 ..0..0..1..1....0..0..0..1....0..0..0..0....0..1..0..1....0..1..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..111
Crossrefs
Column 2 is A055795(n+2)
Formula
Empirical for column k:
k=1: a(n) = n + 1
k=2: a(n) = (1/24)*n^4 + (1/12)*n^3 + (11/24)*n^2 + (17/12)*n + 1
k=3: [polynomial of degree 9] for n>3
k=4: [polynomial of degree 19] for n>7
k=5: [polynomial of degree 39] for n>22
Comments