Could this type of argument conceivably be used for \(\sigma=\sigma_1\text{?}\)
The answer is yes! Consider the following rewrite of the sum of sigmas, which are themselves the sum of divisors:
\begin{equation*}
\sum_{n\leq x}\sigma(n)=\sum_{n\leq x}\sum_{q\mid n} q = \sum_{q,d\text{ such that }qd\leq x} q = \sum_{d\leq x}\sum_{q\leq \frac{x}{d}} q\text{.}
\end{equation*}
We have changed from a sum of sums of divisors (which might not be consecutive, and makes \(\sigma\) annoying to compute) to a sum of sums of consecutive integers 7
We can think about this graphically again. Instead of comparing points on a hyperbola with points in columns or rows, though, we will compare numbers at points on a hyperbola with numbers at points in rows. We can think of it as summing up a weighted set of points. Consider Figure 20.4.1.
Example20.4.2.
In Figure 20.4.1 we see (by following hyperbolas \(xy=n\text{,}\) up through the graphed one \(xy=6\)) that
Next, let’s get more information about \(\sum_{d\leq x}\left[\frac{1}{2}\left(\frac{x}{d}\right)^2\right]\text{.}\) Recall that the (convergent) improper integral \(\int_x^{\infty}\frac{dy}{y^2}\) approximates \(\sum_{d>x}\frac{1}{d^2}\text{.}\)
Since both converge, and by the same pictures as above, the error is certainly \(O(1/x^2)\text{.}\) Then I can rewrite things as
And the average value of \(\sigma\) must be this divided by \(x\text{,}\) namely
\begin{equation*}
\frac{1}{x}\sum_{n\leq x}\sigma(n)\text{ is }\frac{x}{2}\sum_{d=1}^{\infty}\frac{1}{d^2}+O(\log(x))\text{.}
\end{equation*}
Since we know that the series converges, this means the average value of \(\sigma\) increases quite linearly, with an error (at most) increasing logarithmically! This might be a shock – that one could actually get something fairly accurate like this relatively easily using calculus ideas like improper integrals and (implicitly) the integral test for infinite series. But check out the data!
Of course, one might ask what the slope of this line is! It would have to be \(m=\frac{1}{2}\sum_{d=1}^{\infty}\frac{1}{d^2}\text{.}\) Have you seen this constant before? (In a calculus class, you should have proved that it does converge.)
Finding a summation of this was the so-called Basel problem 8
en.wikipedia.org/wiki/Basel_problem
, which Euler solved and showed is \(\frac{\pi^2}{6}\text{.}\) So the slope is \(\frac{\pi^2}{12}\text{.}\) Amazing! (See also Section 24.4.)