How the expression below can ve proved:
$(a + b)^{\overline{n}} = \sum\limits_{j=0}^{n}C_n^j a^{\overline{n-j}}b^{\overline{j}}$
where $x^{\overline{n}}$ - is rising factorial power:
$x^{\overline{n}} = (x)\cdot (x+1)\cdot (x+2) \cdots (x+n-1)$
How the expression below can ve proved:
$(a + b)^{\overline{n}} = \sum\limits_{j=0}^{n}C_n^j a^{\overline{n-j}}b^{\overline{j}}$
where $x^{\overline{n}}$ - is rising factorial power:
$x^{\overline{n}} = (x)\cdot (x+1)\cdot (x+2) \cdots (x+n-1)$
It can be proved both algebraically, by induction on $n$, and combinatorially.
Here’s a hint for the induction argument: if you set up the induction hypothesis correctly, it gives you both
$$(a+b+1)^{\overline{n-1}}=\sum_{j=0}^{n-1}\binom{n-1}ja^{\overline{n-1-j}}(b+1)^{\overline j}$$
and
$$(a+b+1)^{\overline{n-1}}=\sum_{j=0}^{n-1}\binom{n-1}j(a+1)^{\overline{n-1-j}}b^{\overline j}\;.$$
Multiply the first by $a$ and the second by $b$ and add, noting that
$$(a+b)^{\overline n}=(a+b)(a+b+1)^{\overline{n-1}}\;.$$
You’ll need to use the Pascal’s triangle identity on the binomial coefficients.
I don’t see a good way to give a hint for the combinatorial argument, so I’m spoiler-protecting it.