Recursionmedium
0:00.0

A sequence is defined recursively: a0=2a_0 = 2, a1=3a_1 = 3, and an=2an1an2a_n = 2a_{n-1} - a_{n-2} for n2n \geq 2. Which statement about the inductive step is correct when proving by strong induction that an=n+2a_n = n + 2 for all n0n \geq 0?