From charlesreid1

Line 12: Line 12:
F_0 = 1, F_1 = 1, F_n = F_{n-1} + F_{n-2}
F_0 = 1, F_1 = 1, F_n = F_{n-1} + F_{n-2}
</math>
</math>
=Flags=
{{AOCPFlag}}
[[Category:Fibonacci]]

Revision as of 10:26, 20 July 2017




Volume 1

Chapter 1: Basic Concepts; Fibonacci Numbers

Fibonacci Numbers: Definition

The Fibonacci numbers are defined as the sequence:

$ F_0 = 1, F_1 = 1, F_n = F_{n-1} + F_{n-2} $



Flags