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.

–45, –90, –135, –180, ...

The expression to describe the sequence is -45 - (n - 1) * 45.