You have the following sequence:
6, 18, 54, 162, ...
You can notice that each element (except the first one) is three times the previous one. Then, for the recursive rule you have:
a) recursive rule:

Based on the previous result, you can conclude for the iterative rule:
b) iterative rule:

If you replace n by the index of each element you obtain the given sequence.