We will prove it by induction:
1. When n=0:(2⋅0+1)2=1=3(0+1)(2⋅0+1)(2⋅0+3)⇒True.
2. Let take that if n=k then the given formula is also true. Then we will have:
n=k:n=0∑k(2⋅n+1)2=3(k+1)(2⋅k+1)(2⋅k+3)⇒True.
3. Let show that if n=k+1 the formula is true too:
n=k+1:n=0∑k+1(2⋅n+1)2=n=0∑k(2⋅n+1)2+(2⋅k+3)2==3(k+1)(2⋅k+1)(2⋅k+3)+(2⋅k+3)2=3(2⋅k+3)(2k2+3k+1+6k+9)==3(2⋅k+3)(2k2+9k+10)=3(2⋅k+3)(2⋅k+5)(k+2)⇒True.
So, we proved that this formula is true for every nonnegative integer n.
Answer: Proved.