I want to align two sequences:
a_1, b_1, c_1, d_1, e_1 etc.
a_2, b_2, c_2, d_2, e_2 etc.
here's what I wrote
\begin{align}
\notag &a_1,\ &b_1,\ &c_1,\ &d_1,\ &e_1\ \mbox{etc.}\\
\notag &a_2,\ &b_2,\ &c_2,\ &d_2,\ &e_2\ \mbox{etc.}
\end{align}
but it turns out that the first two columns are perfect, but then there is a large space between the second and third column. How can I solve this? Any help is appreciated.

