A225246 T(n,k)=Number of distinct values of the sum of n products of a 0..k-1 and a 0..k integer.
1, 3, 1, 6, 5, 1, 9, 12, 7, 1, 14, 22, 18, 9, 1, 18, 36, 34, 24, 11, 1, 25, 53, 56, 46, 30, 13, 1, 30, 74, 83, 76, 58, 36, 15, 1, 36, 98, 116, 113, 96, 70, 42, 17, 1, 42, 126, 154, 158, 143, 116, 82, 48, 19, 1, 53, 158, 198, 210, 200, 173, 136, 94, 54, 21, 1, 59, 193, 248, 270, 266
Offset: 1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..1325
Crossrefs
Row 1 is A027424
Formula
Empirical: column k is n*k*(k-1) - A225249(k) for large n (n>2 suffices through at least k=555)
Comments