P211
projecteuler.net

Divisor Square Sum

ℹ️Published on Saturday, 4th October 2008, 02:00 am; Solved by 4640;
Difficulty rating: 50%

For a positive integer $n$, let $\sigma_2(n)$ be the sum of the squares of its divisors. For example, $$\sigma_2(10) = 1 + 4 + 25 + 100 = 130.$$

Find the sum of all $n$, $0 \lt n \lt 64\,000\,000$ such that $\sigma_2(n)$ is a perfect square.



Soluzione

Last modified: May 01, 2025. Website built with Franklin.jl and the lovely Julia programming language.