
Fibonacci Sequence
Problem
Given the Fibonacci sequence 1, 1, 2, 3, 5, 8, 13, ... defined by the second order recurrence relation, Fn+2 = Fn + Fn+1. Prove that the nth term, Fn, is given by:
| Fn = | 1 | 1 + 2 | n | | 1 2 | n |
Problem ID: 135 (Nov 2003) Difficulty: 4 Star
RSS
Show Solution
Hide Solution