Problem example: For the given sequence: -2,2,6,10,14,18
Write a recursive formula to find the nth term: a = an-1+4
Write a explicit formula to find the nth term: a = -2 + 4(n-1)
What is the 64th term in the sequence?
