Considering something like this:
$ \frac{10}{10} + \frac{9}{11} + \frac{8}{12} + ...$
Where denominator increases each iteration while the numerator decreases. Is there a simple way to find the sum of n iterations of this without doing all the iterations?
Using your example: Start by rewriting this as $1+\sum_{n=1}^{\infty}\frac{10-n}{10+n}$ (or you can re-index and start at $0$). I did it this way to show you the lower bound.
Comment: If this series is summable then: $\lim_{\ n\to \infty} \frac{10-n}{10+n} \to 0$. Proof
Does this sequence go tend to $0$?
I say this to say that we need to be specific because as we see arbitrary sequences like this aren't summable.