A370804 Number of non-condensed integer partitions of n into parts > 1.
0, 0, 0, 0, 0, 0, 1, 0, 1, 2, 3, 3, 6, 6, 12, 14, 21, 25, 37, 43, 62, 75, 101, 124, 167, 198, 261, 316, 401, 488, 618, 745, 930, 1119, 1379, 1664, 2032, 2433, 2960, 3537, 4259, 5076, 6094, 7227, 8629, 10205, 12126, 14302, 16932, 19893, 23471, 27502, 32315, 37775
Offset: 0
Keywords
Examples
The a(6) = 1 through a(14) = 12 partitions: (222) . (2222) (333) (3322) (3332) (3333) (4333) (4442) (3222) (4222) (5222) (4422) (7222) (5333) (22222) (32222) (6222) (33322) (5522) (33222) (43222) (8222) (42222) (52222) (33332) (222222) (322222) (43322) (44222) (53222) (62222) (332222) (422222) (2222222)
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],FreeQ[#,1] && Length[Select[Tuples[Divisors/@#],UnsameQ@@#&]]==0&]],{n,0,30}]
Extensions
More terms from Jinyuan Wang, Feb 14 2025
Comments