What is a Fibonacci Number/Fibonacci Series? The Fibonacci Series is a set of numbers that follow a certain rule. The rule is that each number is the sum of the 2 numbers behind it. (The 3rd Fibonacci Number is 1 + 1 = 2) Each number is denoted by Fₙ, where ₙ = the item number of the Fibonacci Series. (If ₙ = 3, then Fₙ = 2) This project simply calculates what Fₙ would be equal to.
@-Rex- for PTE