Let $\sigma(X)$ be the sum of the divisors of $X$.
I want to find bounds for $$\sum_{k=1}^{n}{\sigma(k)}.$$
My Attempt
Since consecutive integers are relatively prime, and since we have the inequality $$\sigma(ab) \leq \sigma(a)\sigma(b)$$ where equality holds if and only if $a$ and $b$ are relatively prime, then we have the following lower bound (by using the Arithmetic Mean-Geometric Mean Inequality) $$\sum_{k=1}^{n}{\sigma(k)} > n\left(\prod_{k=1}^{n}{\sigma(k)}\right)^{1/n} \geq n\left(\sigma\left(\prod_{k=1}^{n}{k}\right)\right)^{1/n} = n\left(\sigma(n!)\right)^{1/n}.$$
My questions are:
(1) Is my derivation of the lower bound for $$\sum_{k=1}^{n}{\sigma(k)}$$ correct?
<p><strong>(2)</strong> Is it possible to do better in <strong>(1)</strong>?</p> <p><strong>(3)</strong> What is an <em>optimized</em> upper bound for $$\sum_{k=1}^{n}{\sigma(k)}?$$</p>