Find the next three terms of the sequence; 0, 1, 1, 2, 3, 5, 8...
Answer Details
The given sequence is the Fibonacci sequence, where the first two terms are 0 and 1, and each subsequent term is the sum of the two preceding it. Therefore, the next three terms are:
- 13 (8 + 5)
- 21 (13 + 8)
- 34 (21 + 13)
Hence, the answer is 13, 21, 34.