A214011 T(n,k) is the number of n X n nonnegative integer matrices with row and column i=1..n having sum <= i*k.
2, 3, 12, 4, 54, 271, 5, 160, 7722, 24950, 6, 375, 85639, 9318805, 9800058, 7, 756, 564041, 641631566, 98721672541, 16942485560, 8, 1372, 2663506, 17609835599, 69768979161580, 9463992096711104, 131898088386405, 9, 2304, 9976732
Offset: 1
Examples
Some solutions for n=3, k=1: 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 1 1 0 1 1 0 0 2 0 0 1 0 0 1 1 2 0 0 0 0 0 1 1 0 0 2 0 0 0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..41
Formula
Empirical: rows 1 2 3 are polynomials of degree 1 4 9.
Comments