Home » Verbal Reasoning » Series Completion

Number series (next term): Apply a Tribonacci-type recurrence. Given sequence: 1, 3, 4, 8, 15, 27, ? Hint: each term equals the sum of the previous three terms (Tribonacci). Choose the correct next number.

Difficulty: Easy

Correct Answer: 50

Explanation:


Concept
Tribonacci: t(n) = t(n−1) + t(n−2) + t(n−3).


Verify
8 = 4 + 3 + 115 = 8 + 4 + 327 = 15 + 8 + 4


Next term
t = 27 + 15 + 8 = 50


Final Answer
50

← Previous Question Next Question→

More Questions from Series Completion

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion