For every infinite sequence that sums to one that I can think of, for example $a_n = 2^{-n}$, the sum $\sum\limits_{n=1}^\infty \frac{a_n}{a_n-1}$ converges, but how can I prove this? I tried the definition of a Cauchy sequence, the ratio test, but:
$$\lim\limits_{n \rightarrow \infty} \left| \frac{a_{n+1}}{a_n} \right| = 1$$
so it is inconclusive, and I don't see how I can use the root test. I also don't see a convergent sequence that is below the sequence above.
Thank you for your help!