-1

$$ \sum_{n = 0}^\infty \frac{(4n)!}{(2n)!}k^n $$ It looks like a hypergeometric function, but a little bit different. Is there a specific name for this series or any function for this?

Liang
  • 325

1 Answers1

0

Apply the ratio test (assuming $\;k>0\;$ :

$$\frac{(4n+4)!k^{n+1}}{(2n+2)!}\frac{(2n)!}{(4n)!k^n}=k\frac{(4n+1)(4n+2)(4n+3)(4n+4)}{(2n+1)(2n+2)}\xrightarrow[n\to\infty]{}\infty$$

so the series can't be convergent. With the factorials inverted the above also shows it is convergent.

DonAntonio
  • 211,718
  • 17
  • 136
  • 287