Step-by-step explanation:
a1 = 5500, since you are starting there, and n would represent the level you want to complete. 3250 would be d, or the number you are going up by each time.
This would give you the equation an = 5500 + 3250(n-1) as the explicit formula, and an = an-1 + 3250 as your recursive formula.