Respuesta :

1. Perhaps the simplest rule is one that makes this the start of an arithmetic sequence:

[tex]a_{n+1}=a_{n}+2[/tex]

Then the sequence will continue ...

... 3, 5, 7, 9, 11, 13, 15, ...

2. We can multiply the two terms by some values, add the results, then add some constant. There are an infinite number of ways to choose such values. Here's one set of numbers that give the third term from the first two:

[tex]a_{n+2}=4a_n-a_{n+1}[/tex]

Then the sequence will continue ...

... 3, 5, 7, 13, 15, 37, 23, ...

3. We can multiply adjacent values and add a constant.

[tex]a_{n+2}=a_{n+1}\cdot a_n-8[/tex]

Then the sequence will continue ...

... 3, 5, 7, 28, 188, 5256, 988120, ...

A sequence can be arithmetic, geometric or neither

  • The first sequence is f(n) = 1 + 2n
  • The second sequence is f(n+2) = 4f(n) - f(n + 1)
  • The third sequence is f(n+2) = f(n) * f(n + 1) - 8

The first three terms are given as:

3, 5, 7

The above terms have a common difference of 2.

So, the first sequence is f(n) = 1 + 2n

Another rule is to subtract a term from the product of 4 and the previous term.

So, we have: f(n+2) = 4f(n) - f(n + 1)

Also, we can subtract a 8 from the product of consecutive terms.

So, we have: f(n+2) = f(n) * f(n + 1) - 8

Read more about sequence and series at:

https://brainly.com/question/12006112