If $N$ is a positive integer then,$$\sum\limits_{n=1}^{N}\sigma(n)=\sum\limits_{n=1}^{N}n\lfloor\dfrac{N}{n}\rfloor$$, where $\lfloor.\rfloor$ denotes greatest integer function and $\sigma(n)$ denotes sum of divisors of $n$ (positive).
I can't think for it, please give very elementary proof here.
First, we have $$\sum_{n\leq N} \sigma(n)=\sum_{n\leq N}\sum_{d|n}d.$$ Now, with the change $n=dq$, the double sum becomes $$\sum_{n\leq N}\sum_{d|n}d=\sum_{dq\leq N}d =\sum_{d\leq N}\sum_{q\leq N/d}d =\sum_{d\leq N}d\sum_{q\leq N/d}1 =\sum_{d\leq N}d\lfloor N/d\rfloor$$ as wanted.