A235679 T(n,k)=Number of (n+1)X(k+1) 0..1 arrays with the difference between each 2X2 subblock maximum and minimum lexicographically nondecreasing columnwise and nonincreasing rowwise.
16, 58, 58, 208, 380, 208, 742, 2456, 2456, 742, 2644, 15790, 28584, 15790, 2644, 9418, 101398, 330840, 330840, 101398, 9418, 33544, 650928, 3824528, 6894210, 3824528, 650928, 33544, 119470, 4178316, 44196144, 143484144, 143484144, 44196144
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..1..0..0....0..0..1..1..0....0..1..0..0..1....0..0..1..0..0 ..1..0..0..1..1....1..0..1..0..1....0..1..0..1..1....1..0..1..0..1 ..1..1..0..1..0....1..0..0..1..0....0..0..0..1..0....1..0..0..1..0 ..1..1..0..0..0....1..1..0..0..1....0..0..0..0..0....0..0..1..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..220
Crossrefs
Column 1 is A180143(n+1)
Formula
Empirical for column k:
k=1: a(n) = 4*a(n-1) -a(n-2) -2*a(n-3)
k=2: a(n) = 8*a(n-1) -9*a(n-2) -9*a(n-3) +10*a(n-4) +3*a(n-5) -2*a(n-6)
k=3: [order 11]
k=4: [order 22]
k=5: [order 46]
k=6: [order 87]
Comments