A319160 Number of integer partitions of n whose multiplicities appear with relatively prime multiplicities.
1, 2, 2, 4, 5, 7, 11, 16, 22, 31, 45, 58, 83, 108, 142, 188, 250, 315, 417, 528, 674, 861, 1094, 1363, 1724, 2152, 2670, 3311, 4105, 5021, 6193, 7561, 9216, 11219, 13614, 16419, 19886, 23920, 28733, 34438, 41272, 49184, 58746, 69823, 82948, 98380, 116567
Offset: 1
Keywords
Examples
The a(8) = 16 partitions: (8), (44), (332), (422), (611), (2222), (3221), (4211), (5111), (22211), (32111), (41111), (221111), (311111), (2111111), (11111111). Missing from this list are: (53), (62), (71), (431), (521), (3311).
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n], GCD@@Length/@Split[Sort[Length/@Split[#]]]==1&]],{n,30}]
Comments