f(1) is given by the first term of the recursive rule:
f(1) = 3
The rest of the terms can be obtained as follow:
f(n) = 2f(n - 1)
You can verify that with the previous recursive rule you obtain the given sequence:
3, 6, 12, 24, 48
1.6m questions
2.0m answers