[This page is auto-generated; please prefer to read the article’s PDF Form.]
The Fibonacci Sequence is defined as:
n | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
F n | 1 | 1 | 2 | 3 | 5 | 8 | 13 | 21 | 34 | 55 | 89 | 144 | 233 | 377 |
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]
Copyright © 2020 Nitin Verma. All rights reserved.