I would like to count the number of ways to distribute $20$ identical balls to $6$ different boxes, where exactly only $1$ box is empty.
Let $r$ be the number of objects and $n$ be the number of boxes.
Since in this case $r$ is empty while $n$ is distinct, and there is at least $1$ empty box, $r = 20$ and $n = 5$
I have decided to use the formula $\displaystyle H^r_{r-n}$ which gives me $\displaystyle H^{20}_{15} = \binom{34}{15} ={1,855,967,520}$, (Since $H^n_{r}$ = ${r+n-1}\choose{r}$)
However since there are $6$ ways to choose the empty box, I am not sure of how to go through with the final answer. Should I be multiplying the answer by $6$?