OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..500
Richard K. Guy, Divisors and desires, Amer. Math. Monthly, 104 (1997), 359-360.
MATHEMATICA
Select[Range[3000], IntegerQ[Sqrt[EulerPhi[#]DivisorSigma[1, #]+16]]&] (* Harvey P. Dale, Dec 07 2012 *)
PROG
(Magma) [n: n in [1..3000] | IsSquare(EulerPhi(n) * SumOfDivisors(n)+16)]; // Vincenzo Librandi, Mar 14 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved