write a recursive formula for the sequence {an}={15,26,37,48,59,}

To find the recursive formula for the sequence {an} = {15, 26, 37, 48, 59}, we can observe that each term in the sequence is obtained by adding 11 to the previous term.

Thus, the recursive formula for the sequence is:

an = a(n-1) + 11

where a1 = 15.