Recursioneasy
0:00.0

A recursive formula is given by an=nan11a_n = n \cdot a_{n-1} - 1, with the base case a1=2a_1 = 2. What is the value of a3a_3?