As discussed e.g. in this other question, as well as the relevant Wikipedia page, we have $$(x)_n \equiv x(x-1)\cdots (x-(n-1)) = \sum_{k=0}^n s(n,k) x^k,$$ where $s(n,k)$ are the so-called Stirling numbers of the first kind. These are also written as $$s(n,k) = (-1)^{n-k} \left[\begin{matrix}n\\k \end{matrix}\right],$$ where $\left[\begin{smallmatrix}n\\k \end{smallmatrix}\right]$ are the unsigned Stirling numbers of the first kind, which are also the coefficients of the polynomial expansion of $x^{\overline n}\equiv x(x+1)\cdots (x+(n-1))$.
It is not hard to see that these are tightly related to sums of powers of integers: $$x^{\bar n} = x^n + x^{n-1}\left(\sum_{k=1}^n(k-1)\right) + x^{n-2}\left(\sum_{i<j=1}^{n}(i-1)(j-1)\right)+\cdots + x\left(\prod_{k=1}^{n}(k-1)\right).$$
The unsigned Stirling numbers $\left[\begin{smallmatrix}n\\k \end{smallmatrix}\right]$ are also equal to the number of permutations of $n$ elements which are composed of exactly $k$ disjoint cycles. E.g. $\left[\begin{smallmatrix}3\\2 \end{smallmatrix}\right]=3$ because the permutations in $S_3$ with two cycles are (in cycle notation), $(12)$, $(13)$, and $(23)$.
Is there a good way to see the connection between these two definitions? More specifically, why are the coefficients of $x^{\overline n}$ connected to the number of this particular type of permutations? Equivalently, why does counting these classes of permutations result in expressions involving these sums of products of integers?
The easiest way, probably, is by recursion. Notice that $x^{\overline{n+1}}=(x+n)x^{\overline{n}}$ just by distributing the product, this creates the recursion $${n+1 \brack k}={n \brack k-1}+n\cdot {n \brack k}.$$ The first terms you can think about it by placing $n+1$ as a fix point(so you create a new cycle) and the other term can be seen as placing $n+1$ as the pre-image of some element $x$ and the old pre-image as the preimage of $n+1.$ These choice of $x$ can be done in $n$ ways.