A325708 Numbers n whose prime indices cover an initial interval of positive integers and include all prime exponents of n.
1, 2, 6, 12, 18, 30, 36, 60, 90, 120, 150, 180, 210, 270, 300, 360, 420, 450, 540, 600, 630, 750, 840, 900, 1050, 1080, 1260, 1350, 1470, 1500, 1680, 1800, 1890, 2100, 2250, 2310, 2520, 2700, 2940, 3000, 3150, 3780, 4200, 4410, 4500, 4620, 5040, 5250, 5400
Offset: 1
Keywords
Examples
The sequence of terms together with their prime indices begins: 1: {} 2: {1} 6: {1,2} 12: {1,1,2} 18: {1,2,2} 30: {1,2,3} 36: {1,1,2,2} 60: {1,1,2,3} 90: {1,2,2,3} 120: {1,1,1,2,3} 150: {1,2,3,3} 180: {1,1,2,2,3} 210: {1,2,3,4} 270: {1,2,2,2,3} 300: {1,1,2,3,3} 360: {1,1,1,2,2,3} 420: {1,1,2,3,4} 450: {1,2,2,3,3} 540: {1,1,2,2,2,3} 600: {1,1,1,2,3,3}
Crossrefs
Programs
-
Mathematica
Select[Range[1000],#==1||Range[PrimeNu[#]]==PrimePi/@First/@FactorInteger[#]&&SubsetQ[PrimePi/@First/@FactorInteger[#],Last/@FactorInteger[#]]&]
Comments