| I think the argument goes like this: 1) You introduce a family of series, parametrized by epsilon, whose terms, for small epsilon, closely approximate your original series. Sort of; obviously for large n they don't. But the idea is that if you pick any N and delta you can pick epsilon such that for n < N the approximation is within delta of the actual terms. 2) You show that the series in this family can all be summed and the sum of each one is 1/epsilon - 1/12 + O(epsilon). Now of course what this means is that the sums blow up as you approximate your original series better and better, since 1/epsilon gets large. That's good, because your original series totally diverges off to infinity. ;) The part after this point I'm less clear on, but it sounds like in the computation involved what you actually have is your (divergent) series 1+2+3+... plus some _other_ (also divergent, going off to negative infinity) stuff. And that you might be able to arrange things such that the other divergent stuff looks like -1/epsilon, cancels out the 1/epsilon from your approximation, and you come out with the sum of the two things being -1/12. The obvious issue here is that once you start adding up divergent things by rearranging terms and telescoping you can come up with whatever answer you want: see <https://en.wikipedia.org/wiki/Riemann_series_theorem>. So this procedure all only makes sense if there are some sort of fundamental reasons to think that this particular rearrangement is the "right" one in some sense. |
The issue is, of course, the illegitimate manipulation of a diverging series, which was the exact issue that prompted the original article (due to Numberphile doing it) in the first place.