I would appreciate if somebody could help me with the following problem
Q: $f_1=f_2=1, f_{n+2}=f_{n+1}+f_n(n\geq 2)$
Show that combinatoric identity (using by combinatorial proof)
$$1 f_1+2 f_2+\cdots+n f_n=n f_{n + 2} - f_{n + 3} + 2$$
I would appreciate if somebody could help me with the following problem
Q: $f_1=f_2=1, f_{n+2}=f_{n+1}+f_n(n\geq 2)$
Show that combinatoric identity (using by combinatorial proof)
$$1 f_1+2 f_2+\cdots+n f_n=n f_{n + 2} - f_{n + 3} + 2$$
Here is a proof, though not a combinatorial one.
Let $s_n = f_1+f_2+\cdots+f_n$. Then $s_n=f_{n + 2} - 1$, which is easily proved by induction.*
The sum in question is $S=1 f_1+2 f_2+\cdots+n f_n= \sum_{k=0}^{n-1} (s_n-s_k)$, where $s_0=0$. Hence $$S=n s_n - \sum_{k=0}^{n-1} s_k = n s_n - \sum_{k=0}^{n-1} (f_{k+2}-1) = n f_{n+2}-n - s_{n+1}+f_1+n = n f_{n+2} - f_{n+3} + 2$$
*You can also proceed as follows: sum all equations $f_k= f_{k-1}+f_{k-2}$ for $k=2,\dots n+2$ and get $s_{n+2}-f_1 = s_{n+1} + s_n$, from which you get $f_{n+2}-f_1 = s_n$, as required.