So I have the following problem
prove: Σ(n)(k+1) k+3 = n^2 / 2 + (7/2)n
P(1) = 1 + 3 = 1^2 / 2 + 7 /2
P(1) = 4 = 4
So I assume it's true for n and attempt to prove it's true for n+1:
(n+1) + 3 = (n+1)^2 / 2 + (7/2)(n+1)
n+4 = (n^2 + 2n + 1) /2 + (7/2)(n+1)
and now I'm stuck. I have no idea how to make the functions equal. I can't really see a mistake either.