Asked by Jay

Write the first five terms of the sequence defined by the recursive formula a<sub>n = 5a<Sub>n-1 -1, with a1=0

Answers

Answered by Jay
The second -1 shouldnt be a subscript
Answered by Reiny
a9N0 = 5 a(n-1) - 1

a(1) = 0
a(2) = 5 a(1) - 1 = 5(0) - 1 = -1
a(3) = 5 a(2) - 1 = 5(-1) - 1 = -6
a(4) = .....

carry on
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions