Sum of three cubes #
An integer n : ℤ
can be written as a sum of three cubes (of integers) if and only if
n
is not 4
or 5
mod 9
.
References:
- Wikipedia
- mathoverflow/100324 asked by user David Feldman
An integer n : ℤ
can be written as a sum of three cubes (of integers) if and only if
n
is not 4
or 5
mod 9
.
References: