Some fellow students ran a contest this past summer. I had stopped following it by the time this problem came out. I looked back through some of the older problems, saw this and thought I'd try to solve it.
Let $S$ be an infinite sequence of random variables, all $0$ or $1$, such that the probability of $S_n$ being $0$ is $1/n^2$. Let $p$ be the expected value of the probability that the product of the elements of a randomly chosen subsequence of $S$ is nonzero.
Regarding how subsequences are chosen, keep in mind this problem was written by high schoolers like me (so no measure theory or the like). I don't know much about infinite discrete probability spaces, so I just approached the problem as if it were asking for the limit of the value for the finite case with a uniform distribution. They seem to have interpreted it the same way. If another interpretation makes sense and is interesting, by all means, use it.
The value I obtained for $p$ was $$ \frac{1}{\Gamma\left(1 + \frac{1}{\sqrt{2}} \right) \Gamma\left( 1 - \frac{1}{\sqrt{2}} \right)} = \frac{\sqrt{2} \sin\left( \frac{\pi}{\sqrt{2}} \right)}{\pi} $$ which the problem writer agreed with. My solution is not very insightful, however, and the problem writer only remembered the answer, not the apparently quite slick solution. Another one of the problem writers mentioned the Borel–Cantelli lemma, but while the given example is very similar (and probably the inspiration for the problem), it doesn't seem close enough to really help. I'd like to know if anyone can come up with an easier solution than the following (which is not very slick).
Write $$ p_n = \frac{\sum_a \prod_i \left( 1 - \frac{1}{a_i^2} \right)}{2^n} $$ where the sum is over all subsequences of the first $n$ random variables, and $$ p = \lim_{n\to\infty} p_n $$
Then the numerator can be rewritten as $$ \prod_i \left( 1 + \left(1 - \frac{1}{i^2} \right) \right) = \prod_i \left( 2 - \frac{1}{i^2} \right) = 2^n \prod_i \left( 1 - \frac{1}{\sqrt{2} i} \right) \left( 1 + \frac{1}{\sqrt{2} i} \right) $$
Using the same manipulations as those discussed here, we get $$ \frac{2^n \Gamma\left( n + 1 - \frac{1}{\sqrt{2}} \right) \Gamma\left( n + 1 + \frac{1}{\sqrt{2}} \right)}{\Gamma\left( 1 + \frac{1}{\sqrt{2}} \right) \Gamma\left( 1 - \frac{1}{\sqrt{2}} \right) \Gamma(1 + n)^2} $$ Dividing by $2^n$ and taking the limit as $n \to \infty$ gives the desired result.
So, is there a better, less algebraic and more probabilistic solution to this problem?