Recursioneasy
0:00.0

A sequence is defined recursively by an=an1+7a_n = a_{n-1} + 7 for n1n \ge 1, with the base case a0=3a_0 = 3. What is the value of the term a2a_2?