Definition
Sequences may be finite or infinite, and their terms may be numbers or functions. For example, the following is a sequence of Fibbonachi numbers,
\left(1,1,2,3,5,8,13,\dots\right).
We can denote each term by its placement, for example F_3 = 2, and F_7 = 13.
It is common to formalize sequences through functions, though our intuitive understanding will work just fine for the purposes of analysis.