A233301 T(n,k)=Number of (n+1)X(k+1) 0..1 arrays x(i,j) with row sums sum{x(i,j), j=1..k+1} nondecreasing, and column sums sum{i^2*x(i,j), i=1..n+1} nondecreasing.
7, 13, 15, 22, 42, 31, 34, 105, 141, 64, 50, 232, 567, 502, 129, 70, 475, 1986, 3556, 1739, 258, 95, 904, 6292, 21957, 21856, 5964, 515, 125, 1632, 18205, 122022, 239330, 135636, 20185, 1029, 161, 2806, 48913, 616439, 2353493, 2694620, 836259, 67609
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..1..0..0..1....0..1..1..0..0....0..0..0..0..0....1..0..0..0..1 ..0..0..1..1..1....0..0..1..0..1....1..0..0..0..1....0..1..0..1..0 ..1..0..0..1..1....1..1..0..0..0....0..0..0..1..1....0..0..1..1..0 ..0..1..1..1..1....0..0..0..1..1....0..1..1..0..0....0..0..1..0..1 ..0..1..1..1..1....0..0..1..1..1....0..0..0..1..1....0..0..0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..84
Crossrefs
Row 1 is A002623(n+1)
Comments