Multiple choice general knowledge math & puzzles

0,1,1,1,2,2,3,6,_,_guess the elements of series.

  1. 4,13

  2. 6,24

  3. 4,24

  4. 6,15

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This sequence follows the pattern where each term after the first two is the product of the previous two terms divided by a decreasing integer. The terms 0, 1, 1, 1, 2, 2, 3, 6 follow the pattern T(n) = T(n-2) × T(n-1) / k where k decreases. The next term is 3 × 6 / 4 = 4.5, and the subsequent is 6 × 4.5 / 1 = 27, giving approximately 4, 24.