How can one calculate the radius of convergence for the following power series:
$$\sum_{n=0}^\infty n^nx^n$$
and
$$\sum_{n=0}^\infty \frac {(-3)^n}{n}(x+1)^n$$
Regarding the first one I know that for $\sum_{n=0}^\infty x^n$ we get
$$r= \frac{1}{\lim_{n \to \infty} \sqrt[n]{|a_n|} }$$ $$r= \frac{1}{\lim_{n \to \infty} \sqrt[n]{|1|} }$$ $$r=1$$
But how does it work for the $n^n$?
Regarding the second one I tried it out on paper, but don't get anywhere because of the $(x+1)^n$
$ \lim \sup \sqrt[n]{n^n}= \lim \sup n= \infty.$ Hence, the first power series has radius of convergence $=0.$
If $a_n= \frac{(-3)^n}{n}$, then $ \lim \sup \sqrt[n]{|a_n|}=3$, thus $r=1/3.$