A186915 T(n,k)=Number of (n+2)X(k+2) 0..6 arrays with each 3X3 subblock having rows and columns in lexicographically nondecreasing order.
2066505, 59969593, 59969593, 1276581035, 2974946682, 1276581035, 22000126445, 99241308567, 99241308567, 22000126445, 319741716426, 2536761070723, 4813465754996, 2536761070723, 319741716426, 4028133387613, 52666517720011
Offset: 1
Examples
Some solutions for 5X4 ..0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0 ..0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0 ..0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0 ..1..1..3..3....1..1..1..5....0..1..4..6....0..1..5..6....1..2..4..4 ..1..4..5..5....5..5..5..6....0..3..2..5....1..5..6..0....5..6..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..126
- R. H. Hardin, Polynomials for columns 1-5
Formula
Empirical: T(n,k) is a polynomial of degree 6k+77, for fixed k.
Let T(n,k,z) be the number of (n+2)X(k+2) 0..z arrays with each 3X3 subblock having rows and columns in lexicographically nondecreasing order.
Then empirically T(n,k,z) is a polynomial of degree z*k + z*(z+1)*(z+5)/6 in n, for fixed k.
Comments