A360554 Numbers > 1 whose unordered prime signature has non-integer median.
12, 18, 20, 28, 44, 45, 48, 50, 52, 63, 68, 72, 75, 76, 80, 92, 98, 99, 108, 112, 116, 117, 124, 147, 148, 153, 162, 164, 171, 172, 175, 176, 188, 192, 200, 207, 208, 212, 236, 242, 244, 245, 261, 268, 272, 275, 279, 284, 288, 292, 304, 316, 320, 325, 332, 333
Offset: 1
Keywords
Examples
The unordered prime signature of 2520 is {3,2,1,1}, with median 3/2, so 2520 is in the sequence. The unordered prime signature of 12600 is {3,2,2,1}, with median 2, so 12600 is not in the sequence.
Crossrefs
Programs
-
Mathematica
Select[Range[2,100],!IntegerQ[Median[Last/@FactorInteger[#]]]&]
Comments