This exercise specifically requires that we use the root test to determine whether the series converges or not.
All I've done so far is get the sequence in this form: $$\sqrt[n] \frac{n^{n+\frac{1}{n}}}{(n+\frac{1}{n})^{n}} = \sqrt \frac{n^{(1+n^{-2})n}}{(n+\frac{1}{n})^n}=\frac{n^{1+n^{-2}}}{n+\frac{1}{n}} = \frac{n^{\frac{n^2+1}{n^{2}}}}{n^{2}+1}$$
But, I'm not even sure if I'm on the right track here. Any guidance is appreciated.