Find the radius of convergence and convergence interval
$$\sum^\infty_{n=1}\frac{n^5\;(x+8)^n}{9^n\; n^\frac{17}{3}}$$
My attempt:
I'm computing $\lim_{n\to\infty}|\frac{a_{n+1}}{a_n}|$ and I got the answer $|9(x+8)|$. So the radius of convergence $R=\frac{1}{9}$ and interval =$(\frac{-73}{9},\frac{-71}{9})\,$.
Am I right ?
The series is a power series around $x = -8$, that is, it is of the form
$$ \sum_{n=1}^{\infty} a_n (x - (-8))^n $$
where $a_n = \frac{n^5}{9^n n^{\frac{17}{3}}} = \frac{1}{9^n n^{\frac{2}{3}}}$. The radius of convergence is given by $R = \lim_{n \to \infty} \frac{a_n}{a_{n+1}}$ (if it exists) and not by $\lim_{n \to \infty} \frac{a_{n+1}}{a_n}$! In our case, we have
$$ \frac{a_{n+1}}{a_n} = \frac{9^n n^{\frac{2}{3}}}{9^{n+1}(n+1)^{\frac{2}{3}}} = \frac{1}{9} \left( \frac{n}{n+1} \right)^{\frac{2}{3}} \to \frac{1}{9} $$
and so the radius of convergence is $R = 9$ and you are guaranteed that the series will converge in $(-17, 1)$. Now you also need to check the end points of the interval to determine the full domain of convergence.
At $x = 1$ we get the series
$$ \sum_{n=1}^{\infty} \frac{1}{n^{\frac{2}{3}}} $$
which diverges by the $p$ criterion.
At $x = -17$ we get the series
$$ \sum_{n=1}^{\infty} \frac{(-1)^n}{n^{\frac{2}{3}}} $$
which converges using the alternate series test. Thus, the full interval of convergence is $[ -17, 1)$.