I found this problem in my textbook, and I know that it converges, but I wanted to know if there was a way to find the exact value of the convergence (similar to what Euler did with the sum of reciprocal squares).
I tried to rewrite the sum as a power series of sorts, but I don't know if it's correct, or if it made anything more complicated.
Steps:
$$\lim\limits_{a \to \infty} \sum_{n=1}^a \Big(\frac{2n+3}{3n+2}\Big)^n=\lim\limits_{a \to \infty} \sum_{n=1}^a \Big(\frac{2}{3} + \frac{5/3}{3n+2} \Big)^n =\lim\limits_{a \to \infty} \sum_{n=1}^a \Big(\frac{1}{3}\Big)^n\Big(2+\frac{5}{3n+2}\Big)^n$$ $$=\lim\limits_{a \to \infty} \sum_{n=1}^a \Big(\frac{1}{3}\Big)^n \sum_{m=0}^n 2^{n-m}\Big(\frac{5}{3n+2}\Big)^m \binom{n}{m}= \lim\limits_{a \to \infty} \sum_{n=1}^a \Big(\frac{2}{3}\Big)^n \sum_{m=0}^n \Big(\frac{5}{2(3n+2)}\Big)^m \binom{n}{m}$$ $$=\lim\limits_{a \to \infty}\sum_{n=1}^a \Big(\frac{2}{3}\Big)^n \sum_{m=0}^n\Big(\frac{5}{6n+4}\Big)^m \binom{n}{m}$$ I hit a wall here because I am not sure what do with the double sum part of the problem.
(Note: I made the top limit of the outer sum $a$, and took the limit as $\,$$a\to\infty$$\,$ because when I tried to make a table to evaluate the double sum, I wanted to use something finite in order to get a finite answer.) EDIT: Is there an explicit formula if $a$ does not approach $\infty$?