Sequences: A sequence is of the form where the an are real numbers. Technically, a sequence is a function whose domain is the set of natural numbers and whose range is a subset of the real numbers. Sequences may be defined in various ways: By listing and appealing (via the three dots) to your intuition. Suppose the sequence is Then the n-th term is explicitly defined. For example, suppose an = n^n. Then a1 = , a2 = , and a3 = . Recursively: For example, the Fibonacci Sequence is defined by a1 = a2 = 1 and an+1 = an + an-1 for n = 2, 3, 4, ... Thus, a3 = , a4 = , and a5 = . Also, a sequence may or may not have a limit. For the following sequences, enter the limit, or enter the letter "D" if the sequence diverges. an = n, an = 1/n, an = (n^2 + 4n - 5)/((2n - 1)(3n - 1))