-3

find the radius of convergence of the power series $\sum_{n=0}^{\infty} z^{n!}$.

My attempt : $\sum_{n=0}^\infty z^{n!}$ is a power series of the form $\sum_{n=0}^\infty {c_n z^n}$ with $$ c_n=\begin{cases} 1 & \text{if $n=k!$ for some integer $k$,}\\ 0 & \text{else}. \end{cases} $$

Any hints/idea/solution will be appreciated

thanks u

jasmine
  • 14,457

3 Answers3

4

The radius has to be 1. If $\vert z \vert \ge 1$, then the series can't converge because its terms don't approach $0$. If $\vert z \vert \lt 1$, then the series is smaller in absolute value than $\sum_{n=0}^\infty {z^n}$, which converges to $1/(1-z)$ when $\vert z \vert \lt 1$.

Robert Shore
  • 23,332
3

The series is $\sum_k a_kz^k$ where $a_1=2$, $a_k=1$ if $k=n!$ for some $n\ge2$, and $a_k=0$ otherwise.

1

Use the Cauchy-Hadamard theorem ($r=\frac1{\limsup_{n\to\infty} \mid a_n\mid^{\frac1n}}$) and the fact that $\begin{cases}a_k=1, k=n!\\a_k=0,\text{otherwise}\end{cases}$. You'll get $r=1$.

Or Abel's test, to get $r\ge1$. Then $r\le1$ since $a_n\not\to0$.