I am asked to prove by induction that $4 + 9 + 14 + ... + 5n - 1 = \frac{n}{2}(3 + 5 n)$
As I understand it, during the induction step, one should replace $k$ by $k + 1$.
However, in the solution, the induction step is as follows
Let $n = k$
$4 + 9 + 14 + ... + (5k - 1) = \frac{k}{2}(3 + 5 k)$
Assume $n = k + 1$
$4 + 9 + 14 + ... + (5k - 1) + (5(k + 1) - 1) = \frac{k+1}{2}(3 + 5 (k+1))$
I don't understand on the LHS where the $(5k - 1)$ is coming from. Shouldn't $k$ be replaced by $k+1$, so that it looks like so
$4 + 9 + 14 + ... + (5(k + 1) - 1) = \frac{k+1}{2}(3 + 5 (k+1))$