Recursioneasy
0:00.0

If f(n)=nf(n1)f(n) = n \cdot f(n-1) defines a factorial-like sequence and f(0)=1f(0) = 1, what is f(2)f(2)?