A224281 T(n,k)=Number of nXk 0..3 arrays with diagonals and rows unimodal and antidiagonals nondecreasing.
4, 16, 16, 50, 160, 64, 130, 984, 1600, 256, 296, 4580, 13683, 16000, 1024, 610, 17723, 84132, 186516, 160000, 4096, 1163, 59792, 442089, 1334973, 2596992, 1600000, 16384, 2083, 180821, 2059793, 8073038, 21348990, 37128051, 16000000, 65536, 3544
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..2..2..1....3..0..0..0....0..0..3..2....3..2..1..1....0..1..1..1 ..2..2..2..0....1..2..3..0....3..3..2..0....3..2..2..2....1..2..3..0 ..3..2..2..1....3..3..2..2....3..3..3..2....2..3..2..2....3..3..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..199
Formula
Empirical: columns k=1..4 have recurrences of order 1,1,25,52 for n>0,0,26,59
Empirical: rows n=1..6 are polynomials of degree 6*n for k>0,0,3,7,11,15
Comments