A370802 Positive integers with as many prime factors (A001222) as distinct divisors of prime indices (A370820).
1, 2, 6, 9, 10, 22, 25, 28, 30, 34, 42, 45, 62, 63, 66, 75, 82, 92, 98, 99, 102, 104, 110, 118, 121, 134, 140, 147, 152, 153, 156, 166, 170, 186, 210, 218, 228, 230, 232, 234, 246, 254, 260, 275, 276, 279, 289, 308, 310, 314, 315, 330, 342, 343, 344, 348, 350
Offset: 1
Keywords
Examples
The prime indices of 1617 are {2,4,4,5}, with distinct divisors {1,2,4,5}, so 1617 is in the sequence. The terms together with their prime indices begin: 1: {} 2: {1} 6: {1,2} 9: {2,2} 10: {1,3} 22: {1,5} 25: {3,3} 28: {1,1,4} 30: {1,2,3} 34: {1,7} 42: {1,2,4} 45: {2,2,3} 62: {1,11} 63: {2,2,4} 66: {1,2,5} 75: {2,3,3} 82: {1,13} 92: {1,1,9} 98: {1,4,4} 99: {2,2,5} 102: {1,2,7} 104: {1,1,1,6}
Crossrefs
Programs
-
Mathematica
Select[Range[100],PrimeOmega[#]==Length[Union @@ Divisors/@PrimePi/@First/@If[#==1,{},FactorInteger[#]]]&]
Comments