Answer: each number after the third number is the sum of the preceding three numbers. For example, if the first three numbers are 5, 6, and 7, then the fourth number is 18 because 5 + 6 + 7 = 18 and the fifth number is 31 because 6 + 7 + 18 = 31.
Explanation: