A302797 Squarefree numbers whose prime indices are pairwise coprime. Heinz numbers of strict integer partitions with pairwise coprime parts.
1, 2, 6, 10, 14, 15, 22, 26, 30, 33, 34, 35, 38, 46, 51, 55, 58, 62, 66, 69, 70, 74, 77, 82, 85, 86, 93, 94, 95, 102, 106, 110, 118, 119, 122, 123, 134, 138, 141, 142, 143, 145, 146, 154, 155, 158, 161, 165, 166, 170, 177, 178, 186, 187, 190, 194, 201, 202
Offset: 1
Keywords
Examples
Sequence of terms together with their sets of prime indices begins: 01 : {} 02 : {1} 06 : {1,2} 10 : {1,3} 14 : {1,4} 15 : {2,3} 22 : {1,5} 26 : {1,6} 30 : {1,2,3} 33 : {2,5} 34 : {1,7} 35 : {3,4} 38 : {1,8} 46 : {1,9} 51 : {2,7} 55 : {3,5} 58 : {1,10} 62 : {1,11} 66 : {1,2,5} 69 : {2,9} 70 : {1,3,4}
Crossrefs
Programs
-
Mathematica
Select[Range[100],Or[#===1,SquareFreeQ[#]&&CoprimeQ@@PrimePi/@FactorInteger[#][[All,1]]]&]
Comments