So I have to show this identity. $$\sum_{k=0}^n 2^k \binom{2n-k}{n}=4^n$$ I tried two techniques to do it. First one would be seeing that it's convolution of two sequences: $\langle 2^n \rangle _{n=0}^\infty$ and $\langle \binom{2n}{n} \rangle _{n=0}^\infty$ That gives me: $$\lbrack \sum_{n=0}^\infty 2^n x^n \rbrack \times \lbrack \sum_{n=0}^\infty \binom{2n}{n} x^n \rbrack =$$ $$\frac{1}{1-2x} \ \frac{1}{\sqrt{1-4x}} =$$ $$\sum_{n=0}^\infty x^n \sum_{k=0}^n 2^k \binom{2n-k}{n-k}$$ So now we need to show that $$\lbrack x^n \rbrack \frac{1}{1-2x} \frac{1}{\sqrt{1-4x}} = \frac{1}{1-4x}$$ But i'm unable to do it.
Second method would be snake oil method: $$\sum_{n=0}^\infty x^n \sum_{k=0}^n 2^k \binom{2n-k}{n} =$$ $$\sum_{k=0}^\infty 2^k \sum_{n=k}^\infty x^n \binom{2n-k}{n} = \text{where l := n - k}$$ $$\sum_{k=0}^\infty 2^k x^k \sum_{l=0}^\infty x^l \binom{2l + k}{l+k} $$ But i'm stuck here too. I mean i know that $$\sum_{n=0}^\infty \binom{2n}{n} x^n = \frac{1}{\sqrt{1-4x}}$$ And if i multiply it by $x^k$ i get $$\sum_{n=0}^\infty \binom{2n+2k}{n+k} x^{n+k} = \frac{x^k}{\sqrt{1-4x}}$$ And it's almost what i need to calculate... but yeah, almost.
I will really appreciate some help on this.