Prove that $$\binom{n}{1}F_1 + \binom{n}{2}F_2 + \dots + \binom{n}{n - 1}F_{n-1} + F_n = F_{2n},$$ where $F_n$ denotes the $n$-th Fibonacci number.
I have already tried using induction. Base case $n=1$ is easy, but once I assume $n=k$ is true, I do not know how to use this to prove the case when $n=k+1$.
Thanks a lot.
You may use induction by recalling the recursive formulas for the binomial coefficients and the Fibonacci numbers. For a direct proof use the Binet's formula $$F_n=\frac{\varphi^n-(-1/\varphi)^{n}}{\sqrt{5}}$$ where $\varphi=\frac{1+\sqrt{5}}{2}$ and $-1/\varphi$ are the solutions of the equation $x^2=x+1$, and the binomial theorem $$\sum_{k=0}^n\binom{n}{k}a^k=(1+a)^n.$$ Can you take it from here?