Multiple choice general knowledge sports

what will be next term of this series....0,1,1,2,4,7,13,24....

  1. 47

  2. 46

  3. 45

  4. 44

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

This recursive sequence follows the pattern T_n = T_(n-1) + T_(n-2) + T_(n-3). Each term is the sum of the three preceding terms. Verifying: 2+4+7=13, 4+7+13=24, and 7+13+24=44.