Since the sum of the first i positive integers is i(i+1)/2, we reciprocate so our sum is equal to
I learned a nice Mathcounts trick that you can decompose that fraction to 1/i - 1/(i+1) (if you don't know it, just decompose it normally using partial fractions). This becomes a "telescoping" sum where all the terms collapse except the first and last: