Fibonacci

Nearly right
For 3 consecutive Fibonacci numbers with odd index we have the relation F2n+3F2n-1 - F2n+12 = 1
Proof: (for those who are familiar with matrices)
A nice way to show this is by means of matrices and determinants.
It is easy to proof by induction the following matrix relation.

Then compute the determinants of both sides of the equation.
Divide the beforementioned formula by F2n-1F2n+1. That yields:
F2n+3/F2n+1 - F2n+1/F2n-1 = 1/(F2n-1F2n+1)
The sequence of Fibonacci numbers with odd index 1,2,5,13,34,... has the following property:
The quotient of two consecutive numbers of this sequence increases (i.e. F2n+3/F2n+1 > F2n+1/F2n-1 for all n).
And besides: When we subtract 1 from one of the numbers of this sequence, (e.g. replace F2n+3 by F2n+3-1), then
this property is violated.
(for (F2n+3-1)/F2n+1 - F2n+1/F2n-1 = 1/(F2n-1F2n+1) - 1/F2n+1 ≤ 0 )
Now lets regard in general sequences a1, a2, a2, ... with the properties
an+2/an+1 > an+1/an and
(an+2-1)/an+1 ≤ an+1/an (for n > 0).
When the first two members are known, then all other members can be calculated from these two formulas.
When a1 = 1 and a2 = 2,
then we get the beforementioned sequence of Fibonacci numbers with odd index.
When we start with two other Fibonacci numbers, a1 = 8 and a2 = 55, then this results in a sequence
which seems to satisfy the recursion
an+4 = 6an+3 + 7an+2 - 5an+1 - 6an.
Seems, because the formula appears to be correct for the first 11056 terms.
After that it all goes wrong.
The recursion an+4 = 6an+3 + 7an+2 - 5an+1 - 6an
shows the characteristic that (in accordance with Method 3)
the quotient an+1/an approaches a zero of the equation
x4 - 6x3 - 7x2 + 5x + 6 = 0 when n increases to infinity.
This equation has two real zeros. With a calculator you can convince yourself that
x4 - 6x3 - 7x2 + 5x + 6 = (x - c1)(x - c2)(x2 + d1x + e1)
with c1 > 1 and -1 < c2 < 1 and 0 < e1 < 1.
Now c1n is almost an integer when n is big. In a moment we will make this clear
on the basis of a little different example.
More general: When a polynomial xk + dk-1xk-1 + ... + d1x + d0 with integer coefficients
and m real zeros is factorized
(x - c1)(x - c2)...(x - cm)(x2 + d1x + e1)...(x2 + dk-mx + ek-m)
and if c1 > 1 and -1 < ci < 1 for 1 < i ≤ m and 0 < ei < 1 for i ≤ k-m, (so all zeros but one are situated inside the unit circle)
then c1n is almost an integer when n is large (
which can be shown using the method in An algebraic approach).
Lets look at a concrete example.
The Fibonacci recursion Fn+2 = Fn+1 + Fn
(c.q. Lucas-recursion Ln+2 = Ln+1 + Ln)
has the characteristic that (see Method 3) the
quotient Fn+1/Fn (c.q. Ln+1/Ln) approaches
a zero of the equation
x2 - x - 1 = 0 when n approaches infinity.
The zeros of this equation are c1 = (1+
5)/2 and c2 = (1-
5)/2.
Thus x2 - x - 1 = (x - c1)(x - c2) with c1 > 1 and -1 < c2 < 1.
Now Fn = (c1n - c2n)/(c1 - c2) = c1n/
5 - c2n/
5 and
Ln = c1n + c2n are integers.
-1 < c2 < 1. Accordingly c2n is almost zero when n is a large number, so (write
for c1)
n/
5 is almost equal to Fn (an integer) and
n is almost equal to Ln (an integer).
For example,
1000/
5 contains 209 figures before the decimal point; the first 209 figures behind the point are all zero.
For
1000 the first 209 figures behind the decimal point are nines.
This is a curious property, because almost every irrational number p (= non-fraction p) the numbers pn-int(pn) are uniformly spread over the interval (0,1).
(With pn-int(pn) we mean that we replace the part of the number before the decimal point by 0.)
Let us again regard the special polynomals with the characteristic that they have a zero c1 with c1n almost equal to an integer when n is large.
Thus the polynomials xk + dk-1xk-1 + ... + d1x + d0 with integer coefficients
and (say) m real zeros and with the decomposition (x - c1)(x - c2)...(x - cm)(x2 + d1x + e1)...(x2 + dk-mx + ek-m)
where c1 > 1 and -1 < ci < 1 for 1 < i ≤ m and 0 < ei < 1 for i ≤ k-m.
Of all those polynomials there exists only one with the smallest value for c1 (Let us call this c1 value c_min. This polynomial is x3 - x - 1.
c_min is a loose point, that is, there is a positive number s such, that between c_min-s and c_min+s there are no c1 values
from whatever polynomial of the abovementioned type.
Now regard the set of all possible c1 values and remove from them all
loose points. What remains is a set of c1 values whose smallest value is the golden ratio, thus a
zero of x2 - x - 1 = 0.
