Does $\sum_{n=1}^\infty \frac{1}{n^{(n^2)}}$ convergent?

75 Views Asked by At

For $$\sum_{n=1}^\infty \frac{1}{n^{(n^2)}}$$, can we use p-sereis theorem? To be more specifically, as n>=1, n^2>=1, so we can conclude that this series is convergent.

3

There are 3 best solutions below

0
On

Since $$ \limsup_{n\to\infty}\sqrt[n]{\frac{1}{n^{n^2}}}=\limsup_{n\to\infty}\frac{1}{n^n}=0,$$ The root test tells us that the series in question is convergent.

0
On

Yes you can use p-series

$$\sum_{n=1}^\infty \frac{1}{n^{(n^2)}} < 1 + \sum_{n=2}^\infty \frac{1}{n^{2}}$$

Then use p-series theorem.

0
On

You can use $p$-series along with a comparison. You know that $\sum_{n=1}^{\infty}\frac{1}{n^2}$ converges by the $p$-series test. Then since the summand $\frac{1}{n^{n^2}}$ is always positive and $n \ge 1 \implies \frac{1}{n^{n^2}} \le \frac{1}{n^2}$, you get convergence of your series.