Write the first five terms of the sequence defined by the recursive formula an=2(an-1)+3 with a1=-2

1 answer

also simple
a1 = -2
a2 = 2(a1)+3 = 2(-2)+3 = -1
...