Question 1000760
The first one is not clear but for the second one...
Write a recursive definition for the sequence 
5, 22, 39, 56
we have
a(n)= 17(n-1)+5 = 17n - 12