Jim sent in this solution, using the ideas from our hints.

a(n)=1+2++n= n(n+1) 2
b(n)= 12 + 22 ++ n2 = n(n+1)(2n+1) 6
c(n)= 13 + 23 ++ n3 = n2 (n+1 )2 4
It's obvious that c= a2 , from this.

Also, 2a= n2 +n, so, solving the quadratic (and using the fact that n>0), we get n= -1+1+8a 2 .

Now substitute this for n in b, to get b= n(n+1)(2n+1) 6 = a 3 ×(2n+1)= a 3 ×1+8a. So 3b=a1+8a, so 9 b2 = a2 +8 a3 .

Now we can combine these two expressions: 9 b2 =c+8cc, so 8cc=9 b2 -c, so 64 c3 =81 b4 -18 b2 c+ c2 .

(It's easy to check that the expressions above in terms of n do work in this!)