A381543 Numbers > 1 whose greatest prime index (A061395), number of distinct prime factors (A001221), and greatest prime multiplicity (A051903) are all equal.
2, 12, 18, 36, 120, 270, 360, 540, 600, 750, 1080, 1350, 1500, 1680, 1800, 2250, 2700, 3000, 4500, 5040, 5400, 5670, 6750, 8400, 9000, 11340, 11760, 13500, 15120, 22680, 25200, 26250, 27000, 28350, 35280, 36960, 39690, 42000, 45360, 52500, 56700, 58800, 72030
Offset: 1
Keywords
Examples
The terms together with their prime indices begin: 2: {1} 12: {1,1,2} 18: {1,2,2} 36: {1,1,2,2} 120: {1,1,1,2,3} 270: {1,2,2,2,3} 360: {1,1,1,2,2,3} 540: {1,1,2,2,2,3} 600: {1,1,1,2,3,3} 750: {1,2,3,3,3} 1080: {1,1,1,2,2,2,3} 1350: {1,2,2,2,3,3} 1500: {1,1,2,3,3,3} 1680: {1,1,1,1,2,3,4} 1800: {1,1,1,2,2,3,3}
Crossrefs
Programs
-
Mathematica
Select[Range[2,1000],PrimePi[FactorInteger[#][[-1,1]]]==PrimeNu[#]==Max@@FactorInteger[#][[All,2]]&]
Comments