Here you go:
The sequence begins with the following numbers: 72, 12, 2 and we want to determine a general formula for the nth term of the sequence.
First, we can see that each term in the sequence is the previous term of the sequence divided by 6. How do we write this out explicitly?
If a1 = 72, then a2 = 72 / 6 = 12, and a3 = 12 / 6 = 2. Using this information, we can write out the general formula as follows:
a1 = 72
for n ≥ 2: {an} = (an-1 / 6)
Or, shifting the index, the sequence can be written as follows:
a1 = 72
for n ≥ 1: {an+1} = (an / 6).
Here {an} denotes the sequence beginning with n ≥ 2 and an initial condition a1 = 72
and {an+1} denotes the sequence beginning with n ≥ 1 and an initial condition a1 = 72
By shifting the index, we are beginning each sequence with the second term after a1 = 72, but our explicit definition of {an} begins when n = 2, and our explicit definition of {an+1} begins when n = 1.
Hope this helps. Feel free to leave a comment with any questions you may have regarding this question. If you like my solution feel free to leave a positive review. Happy to help.