The continuation dots ... are known as an ellipsis. They occur
frequently enough in mathematics for LaTeX to have four
commands to typeset them with the right spacing. They are
\cdots for center height dots.
\ddots for diagonal dots, which occur in matrices.
\ldots for lower height dots.
\vdots for vertical dots.
$a_1,\ldots, a_n$
produces
$$
\left(
\begin{array}{ccc}
a_{11}&\cdots&a_{1n}\\
\vdots&\ddots&\vdots\\
a_{m1}&\cdots&a_{mn}
\end{array}
\right)
$$
produces
Practice:
Construct a document using at least two different forms of dots.