Inactive Tutor answered 07/12/16
Tutor
New to Wyzant
The Fibonacci sequence is NOT an arithmetic sequence (there's not a CONSTANT additive to go from one term to the next).
Usually, we define the Fibonacci Sequence by f(0) = 0, f(1) = 1, then f(n) = f(n-1) + f(n-2) for n≥2. (This is the so-called recursive definition.)
Inactive Tutor
07/12/16