If $F_n$ is the $n$-th Fibonacci number ($1,1,2,3,5,8,\dots$), show that
$${(F_n^2+F_{n+1}^2+F_{n+2}^2)^2\over F_{n}^4+F_{n+1}^4+F_{n+2}^4}=2$$
I have tested with a lot of Fibonacci numbers and it seem to obey the ruse, but I don't know how simplify it to 2.
I try:
Let $a=F_n$, $b=F_{n+1}$ and $c=F_{n+2}$
$a^4+b^4+c^4+2(ab)^2+2(ac)^2+2(bc)^2=2a^4+2b^4+2c^4$
$2(ab)^2+2(ac)^2+2(bc)^2=a^4+b^4+c^4$
I am not sure, what to do next. Can anyone help by completing the prove?
replace $c$ with $a+b$ and it should simplify.
$a^4+b^4+c^4 = a^4+b^4+(a+b)^4 = 2a^4+4a^3b+6a^2b^2+4ab^3+2b^4$
$2(ab)^2+2(ac)^2+2(bc)^2 = 2a^2b^2 + 2a^2(a^2+2ab+b^2) + 2b^2(a^2+2ab+b^2) \\ = 2a^4+4a^3b+6a^2b^2+4ab^3+2b^4$