Can someone help me set up a recursive definition for the sequence -2,7,16,25,...?
Use this formula to get each term of your sequence:
a(n) =9n - 11, so that:
-2, 7, 16, 25, 34, 43, 52, 61, 70, 79, 88, 97, 106, 115, 124, 133, 142, 151, 160, ......etc.
Thanks!