I have a question from Putnam and Beyond. It says that
"...for some positive integers m and k, the binomial coefficient $m \choose k$ is a linear combination of $m^k$, $m \choose {kâ1}$ , $\dots$ , $m\choose 0$ whose coefficients do not depend on m. In this linear combination the coefficient of $m^k$ is $\frac{1}{k!}$."
I honestly have no idea what this means - I've been bashing my head against it, but I don't really understand it at all. How can we express $\frac{m!}{(m-k!)(k!)}$ as a linear combination whose coefficients does not depend on $m$? I already tried the standard $(x+y)^m$ trick, but that doesn't really yield any fruitful results.
EDIT: I just thought aboutg $m \choose k$ as a polynomial (namely $m(m-1)(m-2)...(m-(k-1))/k!$), but the coefficients still depend on $m$.