Suppose an $n$-sided die is rolled $t$ times. What is the probability that each side comes up at least $k$ times ($nk\leq t$)?
I've tried several combinatoric approaches, but every time I get stuck counting outcomes multiple times. For example
$$\binom{t}{nk}\frac{(nk)!}{k!^n}$$
yields the number of ways of placing the $nk$ constraining rolls, but the remaining outcomes cannot be placed freely (a factor of $n^{t-nk}$) without duplicating configurations from other placements of the constraining ones.
Is there a different approach I should be looking at, or a well-known solution?