Hi, Louisa,
I'm having trouble understanding the equation. You've written:
tule an=3an-1+n
As written, it seems that a value, an, is equal to 3 times itself (3an) minus 1 and then add n.
Is the n a subscript denoting the sequence number?
I wonder if this is what you mean:
An = 3A(n-1) + n
where n is the sequence (1,2,3,4, etc).
I'll show you how my interpretation can be solved, but if my equation is not what you meant, please clarify.
Here is the sequence:
a4 = 13 and a3 =9, so a4 - a3 = 13 - 9 = 4
Bob