A364532 Positive integers with a prime index equal to the sum of prime indices of some nonprime divisor. Heinz numbers of a variation of sum-full partitions.
12, 24, 30, 36, 40, 48, 60, 63, 70, 72, 80, 84, 90, 96, 108, 112, 120, 126, 132, 140, 144, 150, 154, 156, 160, 165, 168, 180, 189, 192, 198, 200, 204, 210, 216, 220, 224, 228, 240, 252, 264, 270, 273, 276, 280, 286, 288, 300, 308, 312, 315, 320, 324, 325, 330
Offset: 1
Keywords
Examples
The terms together with their prime indices begin: 12: {1,1,2} 24: {1,1,1,2} 30: {1,2,3} 36: {1,1,2,2} 40: {1,1,1,3} 48: {1,1,1,1,2} 60: {1,1,2,3} 63: {2,2,4} 70: {1,3,4} 72: {1,1,1,2,2} 80: {1,1,1,1,3} 84: {1,1,2,4} 90: {1,2,2,3} 96: {1,1,1,1,1,2}
Crossrefs
Programs
-
Mathematica
Select[Range[100],Intersection[prix[#],Total/@Subsets[prix[#],{2,Length[prix[#]]}]]!={}&]
Comments