A308868 Sum of the smallest parts in the partitions of n into 6 parts.
0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 5, 7, 12, 15, 22, 29, 40, 51, 70, 86, 112, 139, 176, 214, 269, 321, 394, 470, 567, 668, 801, 933, 1103, 1281, 1498, 1725, 2007, 2293, 2643, 3010, 3443, 3897, 4439, 4995, 5652, 6341, 7135, 7967, 8933, 9930, 11079, 12283, 13645
Offset: 0
Keywords
Programs
-
Mathematica
Table[Sum[Sum[Sum[Sum[Sum[m, {i, j, Floor[(n - j - k - l - m)/2]}], {j, k, Floor[(n - k - l - m)/3]}], {k, l, Floor[(n - l - m)/4]}], {l, m, Floor[(n - m)/5]}], {m, Floor[n/6]}], {n, 0, 50}]