I am looking for an induction proof...
$$2 + 5 + 8 + 11 + \cdots + (9n - 1) = \frac{3n(9n + 1)}{2}$$
when $n \geq 1$.
I know there are $3$ steps to this.
1) Check
2) Do $n = k$
3) Do $n = k + 1$
Problem is, I can't seem to get past the first step, when I check: $n = 1: (9(1) - 1) = 8$ but isn't it suppose to be come to $2$?