A224353 T(n,k)=Number of nXk 0..2 arrays with diagonals and antidiagonals unimodal and rows nondecreasing.
3, 6, 9, 10, 36, 27, 15, 100, 216, 81, 21, 225, 788, 1296, 243, 28, 441, 2321, 5880, 7776, 729, 36, 784, 5840, 19608, 45064, 46656, 2187, 45, 1296, 13052, 57387, 160362, 349280, 279936, 6561, 55, 2025, 26610, 151010, 495985, 1351748, 2710892, 1679616
Offset: 1
Examples
Some solutions for n=3 k=4 ..1..1..1..2....0..0..1..1....0..0..2..2....1..2..2..2....0..2..2..2 ..1..1..1..2....0..0..2..2....0..1..1..2....0..1..2..2....1..1..2..2 ..0..0..1..2....0..1..1..1....0..1..1..2....1..2..2..2....1..1..1..2
Links
- R. H. Hardin, Table of n, a(n) for n = 1..264
Formula
Empirical: columns k=1..6 have recurrences of order 1,1,10,26,56,98
Empirical: rows n=1..7 are polynomials of degree 2*n for k>0,0,1,3,5,7,9
Comments