For $k \in \mathbb N$ we have polynomial $n(n+1) \cdots (n+k-1)$.
I would like to know how to determine the value of coefficients of this sequence of polynomials. Is there any formula for this coefficients?
For $k \in \mathbb N$ we have polynomial $n(n+1) \cdots (n+k-1)$.
I would like to know how to determine the value of coefficients of this sequence of polynomials. Is there any formula for this coefficients?
Let $$P_{k}(n) = n(n+1) \cdots (n+k-1)$$ then \begin{align} P_{1}(n) &= n \\ P_{2}(n) &= n^2 + n \\ P_{3}(n) &= n^{3} + 3 \, n^{2} + 2 \, n \end{align} and so on. One can easily identify the coefficients with those of the unsigned Stirling numbers of the first kind. These coefficients can be found in table form from Oeis in sequence A094638.