A349794 Numbers whose prime signature has an odd term other than the first or last.
30, 42, 60, 66, 70, 78, 84, 102, 105, 110, 114, 120, 130, 132, 138, 140, 150, 154, 156, 165, 168, 170, 174, 182, 186, 190, 195, 204, 210, 220, 222, 228, 230, 231, 238, 240, 246, 255, 258, 260, 264, 266, 270, 273, 276, 280, 282, 285, 286, 290, 294, 300, 308
Offset: 1
Keywords
Examples
The terms and their prime indices begin: 30: {1,2,3} 42: {1,2,4} 60: {1,1,2,3} 66: {1,2,5} 70: {1,3,4} 78: {1,2,6} 84: {1,1,2,4} 102: {1,2,7} 105: {2,3,4} 110: {1,3,5} 114: {1,2,8} 120: {1,1,1,2,3} 130: {1,3,6} 132: {1,1,2,5} 138: {1,2,9}
Crossrefs
Programs
-
Mathematica
Select[Range[100],PrimeNu[#]>1&&!And@@EvenQ/@Take[Last/@FactorInteger[#],{2,-2}]&]
Comments