A sequence is defined by f(0) = -3, f(n) = f(n-1) + 0.5 for n ≥ 1.
1.
Write the first five terms of this sequence, starting with term 0.
2.
Write the nth term definition of this sequence.