Suppose we have a kind of lottery as follow:
$1.$ You have a $\frac{1}{2}$ possibility of getting a prize on the first try.
$2.$ You have a $\frac{1}{4}$ possibility of getting a prize on the second try.
$\quad\vdots$
$n.$ The probability is $\frac{1}{2^{n}}$ on the $n$th try.
$\quad\vdots$What is the probability of getting at least one prize?
I know that it is
$$p = 1- \prod _{n=1}^{\infty}\frac{2^n-1}{2^n},$$
But how to calculate it? I don't know. I want to find the answer.
Thanks.