Given a collection of $n$ coupons, you can purchase a package of $k$ unique coupons. What is the probability that you will collect all $n$ with $T$ packages?
For the case where $k=n$, you always get the full collection after 1 package.
For the case $k=n-1$, after one draw it is the probability of not drawing the last remaining card, so it should be similar to a geometric distribution.
For the case $k=1$, the answer reduces to the usual coupon collector's problem, found here Probability distribution in the coupon collector's problem
What is the general formula?
I just realized this is a duplicate of a question on MO, so the answers there may also be helpful: https://mathoverflow.net/questions/229060/batched-coupon-collector-problem