The sequence is recursive. Find the value of the next term in the sequence.

5, 8, 11, 14, 17, . . .

The next term in the sequence can be found by adding 3 to the previous term.

Therefore, the next term in the sequence is 17 + 3 = 20.