A360460 Two times the median of the unordered prime signature of n; a(1) = 1.
1, 2, 2, 4, 2, 2, 2, 6, 4, 2, 2, 3, 2, 2, 2, 8, 2, 3, 2, 3, 2, 2, 2, 4, 4, 2, 6, 3, 2, 2, 2, 10, 2, 2, 2, 4, 2, 2, 2, 4, 2, 2, 2, 3, 3, 2, 2, 5, 4, 3, 2, 3, 2, 4, 2, 4, 2, 2, 2, 2, 2, 2, 3, 12, 2, 2, 2, 3, 2, 2, 2, 5, 2, 2, 3, 3, 2, 2, 2, 5, 8, 2, 2, 2, 2, 2, 2
Offset: 1
Keywords
Examples
The unordered prime signature of 2520 is {1,1,2,3}, with median 3/2, so a(2520) = 3.
Crossrefs
The version for divisors is A063655.
The version for prime indices is A360005.
The version for distinct prime indices is A360457.
The version for distinct prime factors is A360458.
The version for prime factors is A360459.
Positions of even terms are A360553.
Positions of odd terms are A360554.
The version for 0-prepended differences is A360555.
A304038 lists distinct prime indices.
A329976 counts partitions with median multiplicity 1.
Programs
-
Mathematica
Table[If[n==1,1,2*Median[Last/@FactorInteger[n]]],{n,100}]
Comments