Fibonacci

Squares in the Fibonacci series (part 2)
We have to look for another way to continue. The next method
will lead up to the conclusion that the Fibonacci numbers with index 12k-11, 12k-10 or 12k-1 are
not squares. After that the only possible square Fibonacci numbers have an index of the form 12k.
The three beforementioned indices may be summarized by writing 12k+q with q = -1, 1 or 2 and
k≥0. Fq = 1.
It is apprehensible to look for a useful formula.
Let's consider formula 1:
Fm+n + (-1)nFm-n = FmLn (*)
For m=6k+q and n=6k this yields F12k+q + 1 = F6k+qL6k
If F12k+q is a square (say x2), then 2(x2 + 1)
can be divided by L6k.
All divisors of 2(x2 + 1)
have the form 4m+1 or 2(4m+1) (proof), thus L6k should also have that form.
When we are able to proof that L6k does not have that form
then we have a contradiction and our assumpion that F12k+q is a square would be false, which is exactly what we want to proof.
But unfortunately,
L6k is always of the form 4m+1 or 2*(4m+1).
We don't give up because, when we look closely at the Lucas numbers,
we notice that no Lucas number L2^r
(with r>0) has that form.
(Proof: (by induction) L2 = 4*0+3. Suppose we know that L2^r = 4p+3, then
(see 18.)) L2^(r+1) = L2^r2-2 = (4p+3)2-2 = 4p'+3 for certain p'. This proves the induction).
We will see how L6k can be replaced by L2^r.
Notation: There are positive integers r and t such that 12k = 2r+1(2t+1).
Now, for the sake of readability, we define a(s) = 2r(4t+s)+q for all integers s.
Notice that 12k+q = a(2).
Substitution of n = 2r and m = a(s) in (*) yields:
Fa(s+1) + Fa(s-1) = Fa(s)L2r.
Now, F12k+q + 1 =
F12k+q + Fq =
Fa(2) + Fa(-4t) = {{telescopic sum}}
(Fa(2) + Fa(0)) - (Fa(0) + Fa(-2)) +
(Fa(-2) + Fa(-4)) - (Fa(-4) + Fa(-6)) + ... +
(Fa(-4k+2) + Fa(-4k)) =
Fa(1)L2r - Fa(-1)L2r + Fa(-3)L2r - Fa(-5)L2r + ... + Fa(-4k+1)L2r
This last expression can be divided by L2r.
Thus F12k+q + 1 can be divided by L2r (without remainder).
When F12k+q is a square (say x2), then x2 + 1 can be divided by L2r,
and that is, as we know, incorrect.
Ergo F12k+q can never be a square.
