Home

[This page is auto-generated; please prefer to read the article’s PDF Form.]



Some Proofs About Fibonacci Numbers

Nitin Verma

May 27, 2020

The Fibonacci Sequence is defined as:

F1 = 1

F2 = 1
Fn = Fn− 2 + Fn− 1 ∀n > 2                                    (1)
So its first few terms are:
n 1234567 8 9 101112 13 14
F n1123581321345589144233377

The very simple recurrence definition of the Fibonacci Sequence gives rise to many simple-structured relations among the Fibonacci Numbers. In this article we explore some of them.

All the indices and numbers referred in this article are non-negative integers unless otherwise stated.

[Next]