for $n,m\in \mathbb{N}$ and $m<n$, is there a closed form for this division? $\frac{\binom{n-m-1}{k}}{ \binom{n-1}{k}}$.
I ended up with $\frac{(n-m-1)!}{(-nk+mk+k)!}\times \frac{(-nk+k)!}{(n-1)!}$ and couldn't simplify it more. The case where $m=1$ I remember I found it $1-\frac{k}{n-1}$.