For example, when $\ n=5\ $ and $\ k=3\ $ we get
$$\ f(5,3) = (1)(2)(3) + (1)(2)(4) + (1)(2)(5) + (1)(3)(4) + (1)(3)(5) + (1)(4)(5) + (2)(3)(4) + (2)(3)(5) + (2)(4)(5) + (3)(4)(5) = 225.$$
But is there an nice, easy formula that spits out $\ 225\ $ if we give it $\ n=5\ $ and $\ k=3\ ?$ A formula that would be helpful for larger $\ n,k\ $ also.
This may or may not have to do with Newton's identities, which I saw mentioned in a vaguely related question.
These are the (unsigned) Stirling numbers of the first kind: https://en.wikipedia.org/wiki/Stirling_numbers_of_the_first_kind . One definition of those is as the coefficients of the "rising factorial" polynomial $(x+1)(x+2) \cdots (x+n)$. There's not a nice closed formula but there are nice recurrences.