Determine whether the sequence is a Fibonacci-type sequence. If it is, determine the next two terms of the sequence.

-4, 5, 1, -3, -2

1 answer

It's not a Fibonacci sequence since 5+1 isn't -3.