OFFSET
1,2
COMMENTS
First differs from A005117 at n = 24, from A333634 and A348499 at n = 47, and from A336223 at n = 63.
Sándor (2006) proved that all the squarefree numbers are e-harmonic of type 1, and that an e-perfect number (A054979) is a term of this sequence if and only if at least one of the exponents in its prime factorization is not a perfect square.
Since all the e-perfect numbers are products of a primitive e-perfect number (A054980) and a coprime squarefree number, and all the known primitive e-perfect numbers have a nonsquare exponent in their prime factorizations, there is no known e-perfect number that is not in this sequence.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
József Sándor, On exponentially harmonic numbers, Scientia Magna, Vol. 2, No. 3 (2006), pp. 44-47.
József Sándor, Selected Chapters of Geomety, Analysis and Number Theory, 2005, pp. 141-145.
EXAMPLE
3 is a term since esigma(3) = 3, 3 * d_e(3) = 3 * 1, so esigma(3) | 3 * d_e(3).
MATHEMATICA
f[p_, e_] := p^e * DivisorSigma[0, e] / DivisorSum[e, p^# &]; ehQ[1] = True; ehQ[n_] := IntegerQ[Times @@ f @@@ FactorInteger[n]]; Select[Range[100], ehQ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 05 2021
STATUS
approved