Tagged Questions
4
votes
3answers
387 views
How to prove an expression by method of mathematical induction?
I want to prove the expression
$$1^2 + 2^2 + 3^2 + \cdots + n^2 = \dfrac{n(n+1)(2n+1)}{6}$$
by method of mathematical induction with Mathematica, but I do not know how to start. How do I tell ...