Sequences intro

Sequences are ordered lists of numbers (called "terms"), like 2,5,8. Some sequences follow a specific pattern that can be used to extend them indefinitely. For example, 2,5,8 follows the pattern "add 3," and now we can continue the sequence. Sequences can have formulas that tell us how to find any term in the sequence. For example, 2,5,8,... can be represented by the formula 2+3(n-1).

License: CC BY-NC-SA by Khan Academy