OFFSET
1,1
COMMENTS
Sándor (2006) proved that all squarefree numbers are exponential harmonic numbers of type 2.
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
12 = 2^2 * 3 is a term since it is not squarefree, its exponential divisors are 6 and 12, and their harmonic mean, 8, is an integer.
MATHEMATICA
f[p_, e_] := p^e * DivisorSigma[0, e] / DivisorSum[e, p^(e-#) &]; ehQ[1] = True; ehQ[n_] := IntegerQ[Times @@ f @@@ FactorInteger[n]]; Select[Range[1000], ! SquareFreeQ[#] && ehQ[#] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 05 2021
STATUS
approved