I was asked to show by induction that " $\forall n \in \mathbb{N},-1 \cdot3+2\cdot 5-3\cdot7+...+2n(4n+1)= \alpha n $" and find the value of the constant $\alpha$.
First, I rewrote the sum on the left side as $$ \sum_{k=0}^{2n} (-1)^{k}\cdot k(2k+1)$$
Next, I tried to check the cases $n=1$ and $n=2$ in order to find the constant, but here is where my problem arises. For $n=1$ the value of the sum is 7, for $n=2$ is 22 and for $n=3$ the result is 45. Due to the above, it's impossible that this follows a linear partial sum for 2n. Am I correct or am I missing something?
Thanks for reading.