A224012 T(n,k)=Number of nXk 0..2 arrays with rows nondecreasing and antidiagonals unimodal.
3, 6, 9, 10, 36, 27, 15, 100, 216, 81, 21, 225, 868, 1296, 243, 28, 441, 2661, 7378, 7776, 729, 36, 784, 6815, 28541, 62764, 46656, 2187, 45, 1296, 15340, 90051, 297859, 534352, 279936, 6561, 55, 2025, 31324, 245055, 1108969, 3094127, 4549684, 1679616
Offset: 1
Examples
Some solutions for n=3 k=4 ..1..1..2..2....0..1..1..1....0..0..0..0....0..0..0..1....0..2..2..2 ..0..2..2..2....0..1..1..1....0..1..2..2....2..2..2..2....0..0..1..1 ..1..1..2..2....0..2..2..2....1..2..2..2....2..2..2..2....0..0..2..2
Links
- R. H. Hardin, Table of n, a(n) for n = 1..449
Formula
Empirical: columns k=1..7 have recurrences of order 1,1,5,7,11,14,19
Empirical: rows n=1..7 are polynomials of degree 2*n for k>0,0,1,2,3,4,5
Comments