Is it true that
$$(x+1)^{\bar{n}}= \sum_{k \ge 0} \sum _{i=0}^{n} {i \choose k}s_{n,i}\,\,x^k \,\,\,\,?$$ where $s_{n,i}$ is the Stirling number of the first kind and the $\bar{n}$ denote rising factorial. If yes, could anyone please show me?
I have been able to prove that $$(x+1)^{\bar{n}}= \sum_{k \ge 0} s_{n+1,k+1}\,\,x^k \,\,\,\,$$
My goal is to try to get that $$s_{n+1,k+1} = \sum _{i=0}^{n} {i \choose k}s_{n,i}$$ by equating (comparing) both identities
Are you familiar with the identity $$ x^{\overline n} = \sum_{i=0}^n s_{n,i}x^i?\tag{$*$} $$ The desired result follows pretty quickly substituting $x+1$ for $x$ in $(*)$: $$ (x+1)^{\overline n}=\sum_{i=0}^n s_{n,i}(x+1)^i = \sum_{i=0}^ns_{n,i}\sum_{k\ge 0}\binom{i}kx^k. $$ Identity $(*)$ can be proved by induction on $n$ using the relation $s_{n+1,k}=s_{n,k-1}+ns_{n,k}$, combined with $x^{\overline{n+1}}=x\cdot x^{\overline n}+nx^{\overline n}$. There is also a combinatorial proof.