A224024 T(n,k)=Number of nXk 0..3 arrays with rows nondecreasing and antidiagonals unimodal.
4, 10, 16, 20, 100, 64, 35, 400, 1000, 256, 56, 1225, 6796, 10000, 1024, 84, 3136, 32523, 112436, 100000, 4096, 120, 7056, 122523, 772683, 1859020, 1000000, 16384, 165, 14400, 387729, 4002738, 17735200, 30756756, 10000000, 65536, 220, 27225, 1074167
Offset: 1
Examples
Some solutions for n=3 k=4 ..3..3..3..3....1..3..3..3....0..0..0..2....1..1..2..2....0..0..1..1 ..0..2..3..3....0..2..3..3....2..2..3..3....0..0..1..2....0..1..3..3 ..1..1..1..1....0..0..1..1....0..2..2..3....0..0..2..3....1..1..3..3
Links
- R. H. Hardin, Table of n, a(n) for n = 1..364
Formula
Empirical: columns k=1..7 have recurrences of order 1,1,7,10,19,25,41
Empirical: rows n=1..7 are polynomials of degree 3*n for k>0,0,1,2,3,4,5
Comments