Nitin P. answered 07/19/20
Machine Learning Engineer - UC Berkeley CS+Math Grad
Well, we know a1 = 3, so we can plug it into the recursive equation to get the other 4 terms.
a1 = 3
a2 = 2a1 - 5 = 2(3) - 5 = 1
a3 = 2a2 - 5 = 2(1) - 5 = -3
a4 = 2a3 - 5 = 2(-3) - 5 = -11
a5 = 2a4 - 5 = 2(-11) - 5 = -27