Let S = sum of all integers
so S = 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + .....
You will find a exact (finite) answer for S with generalization.
Starting from 2, add 3 consecutive numbers together which you will then again add all together:
S = 1 + (2 + 3 + 4) + (5 + 6 + 7) + (8 + 9 + 10) + .....
Use generalization to find an exact, finite value for S
Hint: