OFFSET
1,1
COMMENTS
a(n) = composite number c (A002808), iff sqrt(sigma_2(c)/tau(c)) = sqrt(A001157(c)/A000005(c)) = k, for k = natural numbers (A000027). Prime RMS numbers (NSW primes) in A088165.
16 of the first 1654 terms are even (the smallest is 2217231104). The first 16 even terms are all divisible by 30976. - Donovan Johnson, Apr 17 2013
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..7424 (terms < 10^13, first 1654 terms from Donovan Johnson)
EXAMPLE
MATHEMATICA
Select[Range[13*10^5], CompositeQ[#]&&IntegerQ[RootMeanSquare[Divisors[ #]]]&] (* Harvey P. Dale, Sep 23 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Mar 15 2009
STATUS
approved