We define the 2th divisor function as follows: $\sigma_2(n)=\sum_{d\mid n}d^2$?
Is there infinite positive integer $n$ such that $\sigma_2(n)=(n+3)^2$? If there is, how can we find the least $n$?
We define the 2th divisor function as follows: $\sigma_2(n)=\sum_{d\mid n}d^2$?
Is there infinite positive integer $n$ such that $\sigma_2(n)=(n+3)^2$? If there is, how can we find the least $n$?
Copyright © 2021 JogjaFile Inc.
Sketchwe list the divisors of $n$:$$1=d_1<d_2<\dots<d_k=n$$ then \begin{aligned} &1+d_2^w+\cdots+d_{k-1}^2+n^2=(n+3)^2\\ &\iff d_1^2+\cdots+d_{k-1}^2=6n+8 \end{aligned} now we should estimate the range of$k$.