Let $b_r(n,k)$ denote the number of $n$-permuations with $k$ cycles in which all numbers: $1,...,r$ are in one cycle.
Prove that for $n \ge r$, $\sum _{k=1} ^n b_r(n,k) x^k = (r-1)! \frac{x^{\overline{n}}}{(x+1)^{\overline{r-1}}}$.
Here $x^{\overline{n}} = x(x+1)...(x+n-1)$
I've been thinking of using induction to prove it. But I don't know which variable to choose - $r$ or $n$ or somehow both?
Could you help me with proving this formula?
Thank you!