6

We have $$ 1^3 + \dotsb + n^3 = (1 + \dotsb + n)^2 $$ as we can establish by induction. But why does this hold? Can we connect it to something else?

Eric Auld
  • 28,127

3 Answers3

6

Meanwhile, it generalizes to Liouville's $$ \sum_{k | n} \left( d(k) \right)^3 = \left( \sum_{k | n} d(k) \right)^2 $$

Here $d(k)$ is the number of divisors of a positive integer, with $d(1)=1.$ For a prime $p,$ we get $$ d(p^w) = w+1. $$

The identity works because it works for a prime power, that is what the original summation formula shows. Next, both sides are number theoretic "multiplicative." A multiplicative function $f(n)$ is one that applies to integers, and which has this condition: whenever $\gcd(a,b) = 1,$ we have $f(ab) = f(a) f(b).$ Any multiplicative function is completely determined by its values on prime powers. Oh, if $f(n)$ is a multiplicative function, then $$ g(n) = \sum_{k|n} f(k) $$ is also multiplicative. That requires a little proof, double sum sort of thing.

Will Jagy
  • 139,541
4

Funnily, we also have

$$\int_0^x t^3\: dt = \left(\int_0^x t\: dt\right)^2.$$

Bruno Joyal
  • 54,711
  • +1 But let's see the proof! – Aaron Hall Apr 11 '14 at 20:58
  • @AaronHall The funny thing is that the integrals $\int_0^x t^n$ were first calculated using Faulhaber polynomials. It's quite possible that the identity of the OP was known before the value of the integral $\int_0^x t^3$! – Bruno Joyal Apr 11 '14 at 21:00
  • 1
    The summation version goes back to antiquity, but integration is new, and I have no idea what Faulhaber polynomials are. They sound impressive. pops corn – Aaron Hall Apr 11 '14 at 21:01
  • @AaronHall http://en.wikipedia.org/wiki/Faulhaber's_formula#Faulhaber_polynomials :) – Bruno Joyal Apr 11 '14 at 21:02
2

There's a famous proof by C. Wheatstone. http://en.wikipedia.org/wiki/Squared_triangular_number

mathse
  • 2,438
  • 12
  • 18