Understanding the Recursive Definition of the Function f(n) and Finding Values Using the Formula
f(1)=6, f(n) = 3*f(n-1) for n ≥ 2 This is a recursive definition for a function f(n) This is a recursive definition for a function f(n). It...