OFFSET
1,2
COMMENTS
Sequence deviates from A140480 (RMS numbers); first deviation is at a(461), a(461) = 2226133343. Number A140480(461) = 2217231104 is the first RMS number that are not arithmetic (see A327056 for such numbers).
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..7391 (terms < 10^13)
EXAMPLE
Number 41 is a term because sigma(41) / tau(41) = 42 / 2 = 21 and sqrt((1^2 + 41^2) / tau(41) ) = sqrt(1682 / 2) = 29.
Values of means of the first RMS number 2217231104 that is not in the sequence: 418652080/9 (noninteger) and 247511537 (integer).
MATHEMATICA
aQ[n_] := IntegerQ[DivisorSigma[1, n]/(d = DivisorSigma[0, n])] && IntegerQ @ Sqrt[DivisorSigma[2, n]/d]; Select[Range[10^5], aQ] (* Amiram Eldar, Oct 07 2019 *)
PROG
(Magma) [m: m in [1..10^6] | IsIntegral(SumOfDivisors(m) / NumberOfDivisors(m)) and IsIntegral(Sqrt(&+[d^2: d in Divisors(m)] / NumberOfDivisors(m)))]
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Oct 07 2019
STATUS
approved