What is the base case for the recursion an=3an−1+2a_n = 3a_{n-1} + 2an=3an−1+2 to define a specific sequence?
An initial term like a0=1a_0 = 1a0=1
The value of nnn
The multiplier 3
The constant 2