A224409 T(n,k)=Number of nXk 0..1 arrays with rows unimodal and antidiagonals nondecreasing.
2, 4, 4, 7, 12, 8, 11, 28, 36, 16, 16, 56, 100, 108, 32, 22, 101, 228, 358, 324, 64, 29, 169, 465, 884, 1288, 972, 128, 37, 267, 879, 1928, 3436, 4636, 2916, 256, 46, 403, 1568, 3902, 7812, 13440, 16684, 8748, 512, 56, 586, 2668, 7490, 16420, 31710, 52700, 60040
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..0..0....0..1..0..0....0..0..1..1....0..0..0..1....1..1..0..0 ..0..0..0..1....1..0..0..0....1..1..1..1....1..1..1..1....1..0..0..0 ..1..1..1..0....0..0..1..1....1..1..1..1....1..1..1..1....0..0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..2445
Formula
Empirical: columns k=1..7 have recurrences of order 1,1,3,4,5,6,7 for n>0,0,0,0,0,7,8
Empirical: rows n=1..7 are polynomials of degree 2*n for k>0,0,0,2,3,4,5
Comments