The following list gives the first 6 values of a sequence that follows a numerical pattern.

-2, 3, 1, 4, 5, 9...
Which is most likely the 10th value in the sequence?
A. 23
B. 37
C. 60
D. 97

2 answers

looks like a Fibonacci sequence, where each term (after the first two) is the sum of the previous two terms.

Now just write the next 4 terms.
The answer is C. 60 right?