T(n,k)=Number of (n+1)X(k+1) 0..1 arrays with column and row pair sums b(i,j)=a(i,j)+a(i,j-1) and c(i,j)=a(i,j)+a(i-1,j) such that rows of b(i,j) and columns of c(i,j) are lexicographically nondecreasing.
A203452
T(n,k)=Number of (n+1)X(k+1) 0..1 arrays with column and row pair sums b(i,j)=a(i,j)+a(i,j-1) and c(i,j)=a(i,j)+a(i-1,j) such that rows of b(i,j) and columns of c(i,j) are lexicographically nondecreasing.
Terms
- a(0) =8a(1) =16a(2) =16a(3) =32a(4) =34a(5) =32a(6) =64a(7) =80a(8) =80a(9) =64a(10) =128a(11) =174a(12) =321a(13) =174a(14) =128a(15) =256a(16) =376a(17) =1177a(18) =1177a(19) =376a(20) =256a(21) =512a(22) =786a(23) =4200a(24) =7481a(25) =4200a(26) =786a(27) =512a(28) =1024a(29) =1624
External references
- oeis: A203452