Which of the following is not an example of a recursive sequence?

2, 3, 6, 18, ...
4, 13, 22, 31, ...
6, 9, 15, 24, ...

3 answers

6, 9, 15, 24, ...
hmmmm...
6, 9, 15, 24, ...
a_1 = 6
a_n = a_n-1 + 3n
You're right, my apologies. The sequence 6, 9, 15, 24, ... is in fact a recursive sequence, with a recursive formula of a_n = a_{n-1} + 3n, where a_1 = 6. Thank you for catching that mistake!
Similar Questions
  1. Which of the following can also be written as a recursive sequence?Select all that apply. arithmetic sequence geometric sequence
    1. answers icon 1 answer
  2. hello,i need some practises on: 1)the language and notation of sequence. 2)Recursive definition for a sequence 3)the Nth therm
    1. answers icon 0 answers
  3. A recursive arithmetic sequence is defined as𝑓 ( 1 ) = 6 , 𝑓 ( 𝑛 + 1 ) = 𝑓 ( 𝑛 ) + 5 for 𝑛 ≥ 1 . The first
    1. answers icon 5 answers
  4. i need help with problem dGraph the arithmetic sequence an = –4, –1, 2, 5, 8, … a. What is the 8th term in the sequence?
    1. answers icon 1 answer
more similar questions