I'm currently computing sums to find the interval/radius of convergence.
But recently I'm stuck with this sum: $\sum_{k=1}^{\infty} {{k^{\sqrt k}}x^{k}}$.
I tried applying the ratio test $\lim_{k \to \infty}|\frac{a_{k+1}}{a_k}|$, thus: $\lim_{k \to \infty}|\frac{{(k+1)^{\sqrt {k+1}}}x^{k+1}}{{k^{\sqrt k}}x^{k}}|$.
Now we can write this as: $\lim_{k \to \infty}|\frac{{(k+1)^{\sqrt {k+1}}}x}{{k^{\sqrt k}}}|$.
I guess you could now write this as: $|x|\cdot\lim_{k \to \infty}|\frac{{(k+1)^{\sqrt {k+1}}}}{{k^{\sqrt k}}}|$.
Here I'm stuck since I'm not sure how to further simplify or solve the limit. I would be very glad if someone could show me how to solve the last part.
From the root test we have
$$\lim_{k\to \infty}\sqrt[k]{\left|k^{\sqrt k}x^k\right|}=|x|\lim_{k\to\infty}k^{1/\sqrt{k}}=|x|$$
Can you finish?