I already know that $f_{n+m}=f_{n-1}f_m + f_nf_{m+1}$.
By letting $m=n$ it immediately follows that $f_{2n}=f_{n}(f_{n+1} + f_{n-1})$ and from that we get $f_{2n}=f^2_{n+1} - f^2_{n-1}$.
From this one should be able to see that $f_{3n}=f^3_{n+1} + f^3_n - f^3_{n-1}$, but I somehow can't figure it out.