The Fibonacci sequence is the sequence of integers
20072007
The Fibonacci sequence is the sequence of integers
- A.
1, 3, 5, 7, 9, 11, 13
- B.
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55
- C.
0, 1, 3, 4, 7, 11, 18, 29, 47
- D.
0, 1, 3, 7, 15
Attempted by 448 students.
Show answer & explanation
Correct answer: B
In the Fibonacci sequence, each term after the first two is the sum of the previous two terms: 0, 1, 1, 2, 3, 5, 8, ...