358,383 views
19 votes
19 votes
Which recursive formula can be used to generate the sequence shown,

Which recursive formula can be used to generate the sequence shown,-example-1
User SystemParadox
by
2.6k points

1 Answer

23 votes
23 votes

Explanation:

let's have a good look at the sequence :

5, -1, -7, -13, -19, ...

do we see a pattern ?

I do.

look at the differences between the elements of this sequence.

do you see it now ?

every element (except for the first one, of course) is smaller by 6 than the previous element.

that is consistently so throughout the whole visible sequence.

therefore the correct answer is

f(n+1) = f(n) - 6

User Xenvi
by
2.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.