Can you help me give a recursive definition with initial condition(s) for the sequence
a 1 = 16, a 2 = 12, a 3 = 8, a 4 = 4
Printable View
Can you help me give a recursive definition with initial condition(s) for the sequence
a 1 = 16, a 2 = 12, a 3 = 8, a 4 = 4
a0 = 20
ai = a(i-1) - 4