A381542 Numbers > 1 whose greatest prime index equals their greatest prime multiplicity.
2, 9, 12, 18, 36, 40, 112, 120, 125, 135, 200, 250, 270, 336, 352, 360, 375, 500, 540, 560, 567, 600, 675, 750, 784, 832, 1000, 1008, 1056, 1080, 1125, 1134, 1350, 1500, 1680, 1760, 1800, 2176, 2250, 2268, 2352, 2401, 2464, 2496, 2673, 2700, 2800, 2835, 3000
Offset: 1
Keywords
Examples
The terms together with their prime indices begin: 2: {1} 9: {2,2} 12: {1,1,2} 18: {1,2,2} 36: {1,1,2,2} 40: {1,1,1,3} 112: {1,1,1,1,4} 120: {1,1,1,2,3} 125: {3,3,3} 135: {2,2,2,3} 200: {1,1,1,3,3} 250: {1,3,3,3} 270: {1,2,2,2,3} 336: {1,1,1,1,2,4} 352: {1,1,1,1,1,5} 360: {1,1,1,2,2,3}
Crossrefs
Programs
-
Mathematica
Select[Range[2,1000],PrimePi[FactorInteger[#][[-1,1]]]==Max@@FactorInteger[#][[All,2]]&]
Comments