5

I have to find sum (or the least upper bound) of infinite series (exact expression not decimal number) of series $\begin{equation} \sum_{k=1}^{+\infty}\frac{k!(1+k)^k}{(k^2)!} \end{equation}$. I am clueless, thank you for any help.

Pls2
  • 427

2 Answers2

2

Stirling formula gives

$$\frac {k! (1 + k)^k} {(k^2)!} < k^{2k - k^2 - \frac {1} {2}} e^{k^2 - k + 1 + \frac {k - 1} {12 k^2}}.$$

0

These series $\sum_n a_n$ has a general term $a_n$ that decay extremely fast for example

$a_1=2$

$a_1=0.75$

$a_3=0.0010582$

$a_4=7.16922\times10^{-10}$

$a_5=6.01578\times10^{-20}$

$a_6=2.27712\times10^{-34}$

Therefore the main contribution to the sum is by the first terms.

$$\sum _{k=1}^{2} \frac{(k+1)^k k!}{k^2!}\approx 2.75$$ $$\sum _{k=1}^{10} \frac{(k+1)^k k!}{k^2!}\approx 2.75106$$ $$\sum _{k=1}^{50} \frac{(k+1)^k k!}{k^2!}\approx 2.75106$$