A335270 Numbers that are not powers of primes (A024619) whose harmonic mean of their proper unitary divisors is an integer.
228, 1645, 7725, 88473, 20295895122, 22550994580
Offset: 1
Examples
228 is a term since the harmonic mean of its proper unitary divisors, {1, 3, 4, 12, 19, 57, 76} is 4 which is an integer.
Crossrefs
Programs
-
Mathematica
usigma[1] = 1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); Select[Range[10^5], (omega = PrimeNu[#]) > 1 && Divisible[# * (2^omega-1), usigma[#] - 1] &]
Extensions
a(5)-a(6) from Giovanni Resta, May 30 2020
Comments