Recently I have been thinking about the following random experiment: we repeatedly roll a dice until we see all the faces $1, 2, 3, 4, 5, 6$ of the dice at least once.
Let $X$ = number of attempts necessary to see all the faces.
Obviously $X(\Omega) = \{6, 7, 8, ...\}$
Can we describe precisely the law (and maybe also the expected value) of $X$?
(It did not look as simple as it seems, thus this question).
Note: linked to Expected time to roll all 1 through 6 on a die but in my question here, the law of $X$ is also discussed ($P(X=k)$ for $k \geq 6$).
Alternative for finding expectation.
Let $X_n$ denote the number of draws needed to get exactly $n$ distinct faces.
Then $X_1=1$ and $X=X_6=X_1+(X_2-X_1)+(X_3-X_2)+(X_4-X_3)+(X_5-X_4)+(X_6-X_5)$.
Then $X_{k+1}-X_k$ has geometric distribution with parameter $p_k=\frac{6-k}{6}$ so that $\mathbb E(X_{k+1}-X_k)=\frac6{6-k}$.
Applying linearity of expectation we find:$$\mathbb EX=\sum_{k=0}^5\frac6{6-k}=6\sum_{k=1}^6\frac1k\approx14.7$$