Given the sequence: 10, 14, 18, 22, ...
a(n) = 10+4(n-1)
Recursive formula
an + 1 = an + 4 where a1 = 10