Given the recurrence relation an=an−1+2a_n = a_{n-1} + 2an=an−1+2 with initial condition a0=1a_0 = 1a0=1, find a3a_3a3.
5
6
7
8