A309433 Number of prime parts in the partitions of n into 6 parts.
0, 0, 0, 0, 0, 0, 0, 1, 3, 5, 11, 17, 30, 38, 57, 74, 103, 129, 173, 209, 267, 323, 402, 477, 583, 683, 820, 954, 1125, 1295, 1515, 1727, 1995, 2264, 2590, 2917, 3316, 3713, 4188, 4668, 5229, 5800, 6470, 7140, 7918, 8712, 9618, 10539, 11590, 12655, 13862
Offset: 0
Keywords
Programs
-
Mathematica
Table[Count[Flatten[IntegerPartitions[n,{6}]],?PrimeQ],{n,0,50}] (* _Harvey P. Dale, Sep 03 2024 *)