I have an exercise where I, using induction, have to prove the following:
\begin{equation*} 1 + 4 + 7 + \ldots + (3n-2) = 2n(3n-1). \end{equation*}
I immediately got stuck on the base case with $n=1$ because the following should be true: $1 = 2 \cdot 1 \cdot (3 \cdot 1 - 1) = 2 \cdot 2$ which is clearly not the case. However the exercise says to prove the given relation, not to check if it is correct, which is why I have elected to make this post to see if I am missing any obvious thing.