How would you write 'the next value is 3 times the last one' using f(x) = ?

2 answers

f(x+1) = 3*f(x)
thanks