A353839 Numbers whose prime indices do not have all distinct run-sums.
12, 40, 60, 63, 84, 112, 120, 126, 132, 144, 156, 204, 228, 252, 276, 280, 300, 315, 325, 336, 348, 351, 352, 360, 372, 420, 440, 444, 492, 504, 516, 520, 560, 564, 588, 630, 636, 650, 660, 675, 680, 693, 702, 708, 720, 732, 760, 780, 804, 819, 832, 840, 852
Offset: 1
Keywords
Examples
The terms together with their prime indices begin: 12: {1,1,2} 40: {1,1,1,3} 60: {1,1,2,3} 63: {2,2,4} 84: {1,1,2,4} 112: {1,1,1,1,4} 120: {1,1,1,2,3} 126: {1,2,2,4} 132: {1,1,2,5} 144: {1,1,1,1,2,2} 156: {1,1,2,6} 204: {1,1,2,7} 228: {1,1,2,8} 252: {1,1,2,2,4} 276: {1,1,2,9} 280: {1,1,1,3,4} 300: {1,1,2,3,3} 315: {2,2,3,4}
Crossrefs
Programs
-
Mathematica
Select[Range[100],!UnsameQ@@Cases[FactorInteger[#],{p_,k_}:>k*PrimePi[p]]&]
Comments