Write an expression to describe the sequence below. Use n to represent the position of a term in the sequence, where n = 1 for the first term.

–1, 0, 1, 2, ...

The expression to describe this sequence is n - 2.