I've done a bunch of these and was successful, but this one is proving to be troubling.
I have no idea how to handle that n*sqrt(n) at the bottom. I ended up with some TROUBLING ITEMS like this lol:
Lim as n approaches infinity = | xnsqrt(n) / (n+1)sqrt(n+1) |
I don't really know how to solve this limit and find out what my R (radius) and I (interval) are. I would isolate the |x| and then just find out what the rest of the problem would be when n is infinity, and end up with something like |x| * 1.

Denote $a_n=\frac{(-5)^n}{n\sqrt n}x^n$. Then $\frac{a_{n+1}}{a_n}=5|x|\frac{n\sqrt n}{(n+1)\sqrt {n+1}} \rightarrow 5|x|$.
Thus the radius of convergence is $(-\frac{1}{5},\frac{1}{5})$.
Note, however, that when $|x|=\frac{1}{5}$, the series is absolutely convergent (recall that $\sum_{n=0}^{\infty}\frac{1}{n \sqrt n}$ converges). So the interval includes the end-points.