decreasing sequence
an+1 < an for every n
increasing sequence
an+1 > an for every n
monotonic series
either a decreasing or increasing sequence
lower bound
there exists a number n in such that an >= m for every n
upper bound
there exists a number M such that an <= M for every n
bounded sequence
sequence is bounded below & above
find the constant of the arithmetic sequence
an+1 - an
find the constant of the geometric sequence
an+1/an
what are the 4 limit rules
what are the 2 types of divergences
what is big O
denotes a class of functions for which lim(fn/(n^k) = C where C is a non-zero constant