$\sum \limits_{n=1}^\infty \frac{x^{n^2}}{2^n}$
I shall find the series radius and interval of convergence. I tried to use the ratio test and the nth root test to check the absolute convergence but failed. Please give me a hint how to approach this series.
For the ratio test, we have $$ \begin{align*} \lim_{n\to\infty}\left\lvert\frac{x^{(n+1)^2}}{2^{n+1}}\cdot\frac{2^n}{x^{n^2}}\right\rvert&=\lim_{n\to\infty}\frac{\lvert x\rvert^{2n+1}}{2}. \end{align*} $$ Notably, this limit is $0$ if $\lvert x\rvert<1$, $\frac{1}{2}$ if $\lvert x\rvert=1$, and positive infinity if $\lvert x\rvert>1$. What does that tell you?