1

I recently encountered the following limit :

$$\displaystyle\lim_{p\to\infty}\dfrac{c^{(p^2+p)/2}}{\displaystyle\prod_{k=1}^p‌​(c^k-1)},c>1$$

How can one evaluate it ? (from the comments it can be shown that it converges to a real value, but what is its limit ?)

1 Answers1

2

Writing $c^k-1=c^k(1-c^{-k})$, the formula is:

$$\prod_{k=1}^\infty\frac{1}{1-c^{-k}}$$

The function, the reciprocal of Euler's function:

$$f(x)=\prod_{k=1}^\infty\frac{1}{1-x^k}$$

is the generating function for the partition function, and the limit you are asking for is $f\left(\frac{1}{c}\right)$.

There is no known closed formula.

Thomas Andrews
  • 177,126