A224038 T(n,k)=Number of nXk 0..1 arrays with antidiagonals unimodal and rows and diagonals nondecreasing.
2, 3, 4, 4, 8, 8, 5, 13, 21, 16, 6, 19, 37, 55, 32, 7, 26, 58, 105, 144, 64, 8, 34, 85, 168, 298, 377, 128, 9, 43, 119, 252, 488, 848, 987, 256, 10, 53, 161, 363, 734, 1422, 2419, 2584, 512, 11, 64, 212, 508, 1064, 2149, 4160, 6908, 6765, 1024, 12, 76, 273, 695, 1505, 3107
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..0..1....1..1..1..1....0..0..0..1....0..0..0..1....0..0..0..1 ..0..1..1..1....1..1..1..1....1..1..1..1....0..0..0..0....0..1..1..1 ..0..0..1..1....0..1..1..1....1..1..1..1....0..0..0..0....1..1..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..1012
Formula
Empirical: columns k=1..7 have recurrences of order 1,2,5,7,9,11,13 for n>0,0,0,10,13,16
Empirical: rows n=1..7 are polynomials of degree n for k>0,0,1,2,3,4,5
Comments