A224204 T(n,k)=Number of nXk 0..3 arrays with rows unimodal and antidiagonals nondecreasing.
4, 16, 16, 50, 160, 64, 130, 984, 1600, 256, 296, 4580, 16060, 16000, 1024, 610, 17723, 108625, 263516, 160000, 4096, 1163, 59792, 586343, 2411246, 4357084, 1600000, 16384, 2083, 180821, 2734683, 16355242, 54177872, 72105068, 16000000, 65536
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..1..1....0..1..2..1....1..1..0..0....2..1..1..0....0..1..2..2 ..1..1..2..0....3..2..2..0....2..3..3..3....1..3..3..0....1..3..3..3 ..1..2..3..3....3..3..3..1....3..3..3..0....3..3..2..1....3..3..3..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..511
Formula
Empirical: columns k=1..7 have recurrences of order 1,1,7,10,19,25,41 for n>0,0,0,12,23,32,48
Empirical: rows n=1..7 are polynomials of degree 6*n for k>0,0,0,2,3,4,5
Comments