$m$ golden balls are randomly allocated into $n$ binary urns, such that an urn contains either one or no ball ($m \leq n$).
We select $k$ urns without replacement and collect the balls. Since we have amnesia, we repeat this $r$ times. What is the density of the number of collected balls?
Phrased differently: $m$ winning tickets are hidden behind $n$ boxes. Sequentially, $r$ players pick independently $k$ boxes and open them to collect the tickets. What is the probability that $i$ tickets ($0\leq i \leq m$) are collected from the game?
We know that for $r=1$ the density for the number of collected balls is $f(i) = \frac{{m\choose i} {n-m\choose k-i}}{n\choose k}$. The difficulty starts for $r>1$.