{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
Show less Show more expand_more
{{ ability.description }} {{ ability.displayTitle }}
Lesson Settings & Tools
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }}
{{ 'ml-lesson-time-estimation' | message }}
Concept

Sequence

A sequence is an ordered list of objects or elements called terms. The terms are often represented using a variable labeled with indices that specify the positions of the terms in the sequence.
Depending on the number of terms, a sequence can be finite or infinite. Since it is not possible to list all the elements in an infinite sequence, it is common to place three dots after a few terms. These three dots indicate that the sequence continues indefinitely based on a specific pattern.
The values of the terms of a sequence can repeat.
Sequences can have all sorts of patterns. The examples below use the same starting term but result in different sequences due to the differences in the patterns. Note that it is common to use letters like and so on to represent distinct sequences.

The pattern of a sequence is essential to understanding its behavior and characteristics. For this reason, sequences are often classified according to their patterns. Sequences and are examples of arithmetic sequences and geometric sequences, respectively. Sequence is the Fibonacci sequence.

Loading content