We prove that, for every n≥1,
P(n):1+2+⋯+n=2n(n+1).
Base (n=1): 1=21⋅2. True.
Step: suppose P(k) is true, that is 1+⋯+k=2k(k+1). Then
1+⋯+k+(k+1)=2k(k+1)+(k+1)=(k+1)2k+2=2(k+1)(k+2),
which is exactly P(k+1). By induction, the formula holds for every n≥1. ∎