Yeah, I posted it wrong...
I copy pasted the equations and didn't realize that the ^ sign didn't go with them...
For the Fibonacci sequence, shot that, for all n>=2, f(n)^2 + f(n-1)^2 = f(2*n-1).
For the Fibonacci sequence, show that, for all n>2, f(n-1)*f(n+1) = f(n)^2+(-1)^n.
My mistake.