Here is a list of the first 20 Fibonacci numbers:
|
F1 = 1 |
F6 = 8 |
F11 = 89 |
F16 = 987 |
|
F2 = 1 |
F7 = 13 |
F12 = 144 |
F17 = 1597 |
|
F3 = 2 |
F8 = 21 |
F13 = 233 |
F18 = 2584 |
|
F4 = 3 |
F9 = 34 |
F14 = 377 |
F19 = 4181 |
|
F5 = 5 |
F10 = 55 |
F15 = 610 |
F20 = 6765 |
Which Fibonacci numbers are divisible by 2? What is the pattern?
Which Fibonacci numbers are divisible by 3? What is the pattern?
Which Fibonacci numbers are divisible by 5? What is the pattern?
Without looking at the list, which Fibonacci numbers do you predict will be divisible by 8?
What is the pattern in general? I.e., which Fibonacci numbers do you predict will be divisible by Fn, the nth Fibonacci number?