Suppose $a \in \mathbb{R}$
Can the function $ \ (1+x)^a=\sum_{n=0}^{\infty} \binom{a}{n} x^n=\sum_{n=0}^{\infty} \frac{a(a-1)(a-2) \cdots (a-n+1)}{n!}x^n$ have radius of convergence $ \ 1$ ?
Answer: Let $R$ be the radius of convergence, then by ratio test,
$R=\lim_{n \to \infty} \frac{b_{n+1}}{b_n} $ , where $ b_n=\frac{a(a-1)(a-2) \cdots (a-n+1)}{n!}$.
When will be $ \ R=1$ ?
Help me
Notice that\begin{align}\frac{b_{n+1}}{b_n}&=\frac{\frac{a(a-1)\ldots(a-n)}{(n+1)!}}{\frac{a(a-1)\ldots(a-n+1)}{n!}}\\&=\frac{a-n}{n+1}\end{align}and that therefore$$\lim_{n\to\infty}\left\lvert\frac{b_{n+1}}{b_n}\right\rvert=1$$and so $R=1$. Of course, this assumes that $a\notin\mathbb{Z}^+$. Otherwise, $b_n=0$ if $n\gg0$.