The sequence shown is defined by a function that generates <em>even</em> numbers equal or greater than 10, defined by the function s = 10 + 2 · (n - 1).
<h3>How to define the function behind a sequence</h3>
Sequences are sets of elements characterized by at least a rule. In this case, the sequence shown is characterized by a function that generates even numbers equal or greater than 10. The function behind the sequence is shown below:
s = 10 + 2 · (n - 1) (1)
Where n is the <em>element</em> index.
The sequence shown is defined by a function that generates <em>even</em> numbers equal or greater than 10, defined by the function s = 10 + 2 · (n - 1).