A344293 5-smooth numbers n whose sum of prime indices A056239(n) is at least twice the number of prime indices A001222(n).
1, 3, 5, 9, 10, 15, 25, 27, 30, 45, 50, 75, 81, 90, 100, 125, 135, 150, 225, 243, 250, 270, 300, 375, 405, 450, 500, 625, 675, 729, 750, 810, 900, 1000, 1125, 1215, 1250, 1350, 1500, 1875, 2025, 2187, 2250, 2430, 2500, 2700, 3000, 3125, 3375, 3645, 3750, 4050
Offset: 1
Keywords
Examples
The sequence of terms together with their prime indices begins: 1: {} 125: {3,3,3} 3: {2} 135: {2,2,2,3} 5: {3} 150: {1,2,3,3} 9: {2,2} 225: {2,2,3,3} 10: {1,3} 243: {2,2,2,2,2} 15: {2,3} 250: {1,3,3,3} 25: {3,3} 270: {1,2,2,2,3} 27: {2,2,2} 300: {1,1,2,3,3} 30: {1,2,3} 375: {2,3,3,3} 45: {2,2,3} 405: {2,2,2,2,3} 50: {1,3,3} 450: {1,2,2,3,3} 75: {2,3,3} 500: {1,1,3,3,3} 81: {2,2,2,2} 625: {3,3,3,3} 90: {1,2,2,3} 675: {2,2,2,3,3} 100: {1,1,3,3} 729: {2,2,2,2,2,2}
Crossrefs
Programs
-
Mathematica
Select[Range[1000],PrimeOmega[#]<=Total[Cases[FactorInteger[#],{p_,k_}:>k*PrimePi[p]]]/2&&Max@@First/@FactorInteger[#]<=5&]
Comments