Prove the below: $$\binom{n}{0}\cdot\binom{n+1}{n} +\binom{n}{1}\cdot\binom{n}{n-1} +\binom{n}{2}\cdot\binom{n-1}{n-2} +\cdots +\binom{n}{n}\cdot\binom{1}{0} = 2^{n-1}\cdot(n+2)$$
Attempt:
Consider $$(1+x)^{n} = \binom{n}{0} + \binom{n} {1}x + \binom{n} {2}x^² + \cdots + \binom{n} {n} x^n$$
The series in the question is the coefficient of $x^n$ in $$\binom{n} {0}(1+x)^{n+1}+\binom{n} {1}x(1+x)^{n} +\binom{n} {2}x^2(1+x)^{n-1 }+ \cdots + \binom {n} {n} x^n (1+x)$$
Knowing the above, how can I rewrite the coefficient of $x^n$, as that is usually the key to solving such problems?
We can easily use the fact that you already observed: $$\binom{n} {0}(1+x)^{n}+\binom{n} {1}x(1+x)^{n-1} +\binom{n} {2}x^2(1+x)^{n-2}+ \cdots + \binom {n} {n} x^n=(x+(1+x))^n$$ Hence You just need the coefficient of $x^n$ in the binomial $(x+1)(2x+1)^{n},$ which is $$2^{n-1}\binom{n} {n-1}+2^n\binom{n} {n}=2^{n-1}(n+2).$$