1

Could you please tell me how to compute $\prod_{1\le i\le n} \left(1-\frac{1}{2^i}\right)$? Especially, I would like to know its limit when $n\to \infty$.

Thanks

Thomas Andrews
  • 177,126
Xiuping
  • 31

1 Answers1

1

$$\prod_{n\geq 1}\left(1-\frac{1}{2^n}\right) = \exp\left[-\sum_{n,m\geq 1}\frac{1}{m 2^{mn}}\right]=\exp\left[-\sum_{k\geq 1}\frac{\sigma(k)}{k 2^k}\right] $$ where $\sum_{k\geq 1}\frac{\sigma(k)}{k 2^k}$ converges pretty fast to $\approx 1.2420620948124$. It follows that $$ \prod_{n\geq 1}\left(1-\frac{1}{2^n}\right) \approx 0.288788095. $$ For the acceleration of similar Lambert-like series, have a look at this question, too.
The approach outlined by Marko Riedel (Mellin transform and approximation through the trivial zeroes of the Riemann $\zeta$ function) here is also extremely interesting.

Jack D'Aurizio
  • 353,855