Problem 211
Divisor Square Sum
For a positive integer n, let σ2(n) be the sum of the squares of its divisors. For example,
Find the sum of all n, 0 < n < 64,000,000 such that σ2(n) is a perfect square.
约数平方和
对于正整数n,记σ2(n)为其所有约数的平方和。例如,
在0 < n < 64,000,000中,有些n满足σ2(n)为完全平方数,求所有这些n的和。