Find the first 5 terms of the following recursively defined sequence.
Let a1 = -8, a2 = 3, and
an+2 = an/an+1, where n ≥ 3

Work:
a1 = -8
a2 = 3
a3 = a1/a2 = -8/3 since when n+2=3, n=1, and n+1=2.
a4 = a2/a3 = 3/(-8/3) = -9/8
a5 = a3/a4 = (-8/3)/(-9/8) = 64/27
Answer: -8, 3, -8/3 , -9/8, 64/27