A308928 Sum of the sixth largest parts in the partitions of n into 7 parts.
0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 5, 7, 12, 17, 24, 33, 46, 61, 84, 109, 144, 184, 237, 298, 379, 470, 585, 719, 882, 1069, 1300, 1560, 1873, 2230, 2653, 3129, 3694, 4326, 5063, 5892, 6848, 7917, 9147, 10513, 12071, 13804, 15765, 17935, 20389, 23088, 26118
Offset: 0
Keywords
Programs
-
Mathematica
Table[Sum[Sum[Sum[Sum[Sum[Sum[m, {i, j, Floor[(n - j - k - l - m - o)/2]}], {j, k, Floor[(n - k - l - m - o)/3]}], {k, l, Floor[(n - l - m - o)/4]}], {l, m, Floor[(n - m - o)/5]}], {m, o, Floor[(n - o)/6]}], {o, Floor[n/7]}], {n, 0, 50}]