A379302 Number of integer partitions of n with a unique composite part.
0, 0, 0, 0, 1, 1, 3, 4, 7, 11, 16, 23, 32, 43, 58, 77, 100, 129, 164, 207, 259, 323, 398, 489, 595, 723, 872, 1049, 1255, 1495, 1774, 2097, 2472, 2903, 3399, 3969, 4618, 5362, 6210, 7173, 8268, 9506, 10907, 12488, 14271, 16278, 18532, 21061, 23893, 27064
Offset: 0
Keywords
Examples
The a(0) = 0 through a(9) = 11 partitions: . . . . (4) (41) (6) (43) (8) (9) (42) (61) (62) (54) (411) (421) (422) (63) (4111) (431) (81) (611) (432) (4211) (621) (41111) (4221) (4311) (6111) (42111) (411111)
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],Count[#,_?CompositeQ]==1&]],{n,0,30}]