I need to test for convergence $\sum_{n=1}^{\infty} \frac{1}{{n}^{\frac{n+1}{n}}} $. I can guess that it's probably a problem for the comparison test, although I have no idea what to compare it with. All my tries have failed.
Thank you for your help.
Note that for large enough $n$, $$n^{(n+1)/n}=n^{1+1/n}<2n$$ because $n^{1/n}$ converges to $1$ and is therefore eventually smaller than $2$. Therefore your terms are larger than $\frac{1}{2n}$.