Could anyone help me with this problem?
$$ \sum_{j=0}^{n}\binom{n}{j}F_{n+1-j}= F_{2n+1} $$
I used induction and was able to get to this:
$$ 2\sum_{j=0}^{n}\binom{n}{j}F_{n-j}= F_{2n} $$
However I still do not know how to prove the second equality. Really appreciate any help
It’s not true that
$$F_{2n}=2\sum_{j=0}^n\binom{n}jF_{n-j}\;:$$
you have an extra factor of $2$ there. It should be
$$F_{2n}=\sum_{j=0}^n\binom{n}jF_{n-j}\;.$$
For example, with $n=3$ we have
$$\begin{align*} \sum_{j=0}^3\binom3jF_{3-j}&=\binom30F_3+\binom31F_2+\binom32F_1+\binom33F_0\\ &=1\cdot2+3\cdot1+3\cdot1+1\cdot0\\ &=8\;, \end{align*}$$
and $8$ is indeed $F_6$.
You can use the corrected result to get the other identity. Note first that $\binom{n}j=\binom{n}{n-j}$ so we have
$$F_{2n}=\sum_{j=0}^n\binom{n}jF_{n-j}=\sum_{j=0}^n\binom{n}{n-j}F_{n-j}=\sum_{k=0}^n\binom{n}kF_k\;,$$
where the last step is simply substituting $k=n-j$. Then
$$\begin{align*} F_{2n+1}&=F_{2n+2}-F_{2n}\\ &=\sum_{k=0}^{n+1}\binom{n+1}kF_k-\sum_{k=0}^n\binom{n}kF_k\\ &=\sum_{k=0}^{n+1}\left(\binom{n+1}k-\binom{n}k\right)F_k\\ &=\sum_{k=0}^{n+1}\binom{n}{k-1}F_k\\ &=\sum_{k=0}^n\binom{n}kF_{k+1}\\ &=\sum_{k=0}^n\binom{n}{n-k}F_{k+1}\\ &=\sum_{j=0}^n\binom{n}jF_{n+1-j}\;, \end{align*}$$
as desired.