A350137 Nonsquarefree numbers whose prime signature, except possibly the first and last parts, is all even.
4, 8, 9, 12, 16, 18, 20, 24, 25, 27, 28, 32, 36, 40, 44, 45, 48, 49, 50, 52, 54, 56, 63, 64, 68, 72, 75, 76, 80, 81, 88, 90, 92, 96, 98, 99, 100, 104, 108, 112, 116, 117, 121, 124, 125, 126, 128, 135, 136, 144, 147, 148, 152, 153, 160, 162, 164, 169, 171, 172
Offset: 1
Keywords
Examples
The terms together with their prime indices begin: 4: {1,1} 8: {1,1,1} 9: {2,2} 12: {1,1,2} 16: {1,1,1,1} 18: {1,2,2} 20: {1,1,3} 24: {1,1,1,2} 25: {3,3} 27: {2,2,2} 28: {1,1,4} 32: {1,1,1,1,1} 36: {1,1,2,2} 40: {1,1,1,3} 44: {1,1,5} 45: {2,2,3} 48: {1,1,1,1,2}
Crossrefs
Programs
-
Mathematica
Select[Range[100],!SquareFreeQ[#]&&(PrimePowerQ[#]||And@@EvenQ/@Take[Last/@FactorInteger[#],{2,-2}])&]
Comments