Sequences, Series, and Power Series
If $\lim_{n\to\infty} a_n \neq 0$ or DNE, then $\sum a_n$ diverges.
Pitfall:
If $\lim_{n\to\infty} a_n = 0$, the test is inconclusive. You MUST use another test.
Form: $\sum_{n=0}^{\infty} ar^n$
Form: $\sum_{n=1}^{\infty} \frac{1}{n^p}$
(Case $p=1$ is the Harmonic Series).
Excellent for factorials and $n$-th powers. Compute:
For $\sum (-1)^n b_n$ with $b_n > 0$.
Converges if both are true:
For a series $\sum c_n (x-a)^n$ centered at $a$.
$ = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \dots $
$ = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \dots $
I.O.C: $(-1, 1)$
I.O.C: $(-\infty, \infty)$
I.O.C: $(-1, 1]$
I.O.C: $[-1, 1]$
Create new series from these by substituting (e.g., for $e^{2x}$, replace $x$ with $2x$), differentiating, or integrating term-by-term.