Coupon Collector Calculator
Specify the drop rate of a coupon (decimal or fraction, e.g. 0.1 or 1/15), the total number of distinct coupons (e.g. 24), and the number of rolls per loot drop (e.g. 1). For a guaranteed coupon every roll, set the drop rate to 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}. \]