What is the number that comes next in the series?
1, 2, 3, 6, 11, 20, 37, 68, ______?
Step-by-step Solution:
The pattern for this series is revealed by looking at the sequence of differences between its terms.
Calculating the difference between each number gives us a new sequence: 1, 1, 3, 5, 9, 17, 31, ...
This new sequence follows a rule where each term is the sum of the previous three terms (a Tribonacci-like sequence).
1 + 1 + 3 = 51 + 3 + 5 = 93 + 5 + 9 = 175 + 9 + 17 = 31Following this rule, the next difference must be the sum of the last three: 9 + 17 + 31 = 57.
Add this new difference to the last term of the original series: 68 + 57 = 125.
The next number in the series is 125.