Asked by roze
Determine whether the following is a recursive or explicit. Then, find the first four terms of the following sequence.
a) a_n = 〖na〗_(n-1) where a_0 =5
b) a_n = a_(n-1) + 3a_(n-2) where a_0 = 1 and a_1 =2
c) a_n = 2^n + 5•3^n for n=0,1,2,3
a) a_n = 〖na〗_(n-1) where a_0 =5
b) a_n = a_(n-1) + 3a_(n-2) where a_0 = 1 and a_1 =2
c) a_n = 2^n + 5•3^n for n=0,1,2,3
Answers
Answered by
Steve
if a_n depends on previous values of the sequence, then it is recursively defined.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.