Find the first 5 terms of the following inductively defined sequences:
Un+1 = Un - 2, U6 = 3
I'm having trouble figuring out how to do this question; if someone could help me that would be great!
Rewrite your recursive equation as Un = Un+1 + 2
U6 = 3
U5 = 3 + 2 → 5
U4 = 5 + 2 → 7
... etc.
thank you!!!