More Polynomial Equations

Find relationships between the polynomials a, b and c which are polynomials in n giving the sums of the first n natural numbers, squares and cubes respectively.
Exploring and noticing Working systematically Conjecturing and generalising Visualising and representing Reasoning, convincing and proving
Being curious Being resourceful Being resilient Being collaborative


Given any two polynomials in a single variable it is always possible to eliminate the variable and obtain a formula showing the relationship between the two polynomials.

$$\begin{eqnarray} a(n) &= &1 + 2 + 3 + ... + n \\ b(n) &= &1^2 + 2^2 + 3^2 + ... + n^2\\ c(n) &= &1^3 + 2^3 + 3^3 + ... + n^3. \end{eqnarray}$$

It is well known that $c(n) = a(n)^2$ . What are the relationships between $a(n)$ and $b(n)$ and between $b(n)$ and $c(n)$?