How the following image could be generated in LaTeX? It is an arithmetic progression.
I don't have any idea how to do it. Can you help me?
\documentclass[a4paper, 11pt]{article}
\begin{document}
$$\begin{array}{ccccccc}
-1, & 2, & 5, & 8, & 11, & 14, & 17,\ldots
\end{array}$$
\end{document}



