Coupon Collector Calculator
Enter a drop rate (e.g. "0.1" or "1/15"), the number of coupons (e.g. "24"), and rolls per loot. If you get a coupon on every try, enter "1".
Explanation
Given a drop rate \( \frac{1}{r} \), \( n \) coupons, and rolls per loot \(k\), the expected number of tries to collect all coupons is given by [1]:
\[ \mathbb{E}[Y_n] = \frac{r}{k}n \sum_{i=1}^{n} \frac{1}{i}. \]