So...
$$S := \sum_{n=0}^{\infty} x^n=\frac{1}{1-x}\text{ for any } x<1$$
I just found out, and it tested it myself, that if this is true, then:
$$S_1 := \sum_{n=1}^{\infty} n = -\frac{1}{12}$$
Why? Because if the $S$ equality is true, then we derive $S$, and use $x=-1$, then $S_2 := 1-2+3-4+5-... = \frac{1}{4}$, and then $S_1-S_2 = 4\cdot S_1$, and $S_1 = -\frac{1}{12}$ which doesn't make any sense to me. I'm trying to see that everything is correct in this reasoning.
Though I could test $S$, because it is so for $x=\frac{1}{2}$, for $x=0$, for $x=-\frac{1}{2}$ (apparently), I can't test it for $-1$ or smaller numbers. So how do I know that $S = \sum_{n=1}^{\infty}x^n=\frac{1}{1-x}$ for any $x<1$? For my whole adult life I've known $S_1$ to be a divergent sequence. Now it converges? How?