\documentclass[fleqn, 12pt]{article}
%\pagestyle{empty}
\setlength{\topmargin}{-.5in}
\setlength{\oddsidemargin}{-.3in}
\setlength{\textheight}{9in}
\setlength{\textwidth}{7.2in}


\usepackage{amssymb}
\usepackage{amsmath}


\newcommand{\adj}{\mathrm{Adj}}
\newcommand{\mbf}{\mathbf}
\newcommand{\R}{\mathbb{R}}
\newcommand{\ra}{\rightarrow}
\newcommand{\proj}{\mathrm{proj}}
\newcommand{\dotprod}{\bullet}

\newcommand{\sol}{{\textbf{Solution: }}}

\newcommand{\lecture}{{\Large\textbf{Lecture Problems}}}

\begin{document}

\begin{center}
{\Large Warm-Up Problems and Lecture Problems

March 31, 2003}
\end{center}

\begin{enumerate}

\item  Find the pattern for the following sequences.  Write the formula for the $n$-th term of the sequence.  (Hint: the idea for all of them are similar.)
\begin{enumerate}
\item  $1,2,4,8, \ldots$

\item  $\frac{1}{2}, \frac{3}{4}, \frac{9}{8}, \frac{27}{16}, \ldots$

\item  $100, 20, 4, \ldots$

\item  $100, -20, 4, \ldots$
\end{enumerate}

\item  Can you find the sum of the sequences above (using your calculator, can you estimate the sum?)

\vspace{1in}
\item  Consider the series:
	\[
	\sum_{n=1}^{\infty} \frac{1}{n+4} - \frac{1}{n+5}
	\]
	Write down the series term by term and find the sum.


\end{enumerate}


\end{document}