OFFSET
2,1
EXAMPLE
a(12) = 2 since 12 = 2*2*3, and the median of the factors is equal to 2.
a(36) = 5 since 30 = 2*2*3*3, and the median of the factors is equal to 5/2.
MATHEMATICA
a[n_]:=Numerator[Median[Flatten[Table[#[[1]], {#[[2]]}] & /@ FactorInteger[n]]]]; Array[a, 78, 2]
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Stefano Spezia, Mar 18 2023
STATUS
approved