2n-1 is an odd integer for any integer n The next larger odd integer is 2 more than that or 2n-1+2 or 2n+1 The sum of their cubes is (2n-1)3+(2n+1)3 Factor this as the sum of two cubes: [(2n-1)+(2n+1)][(2n-1)2-(2n-1)(2n+1)+(2n+1)2] [2n-1+2n+1][(2n-1)2-(2n-1)(2n+1)+(2n+1)2] [4n][(2n-1)2-(2n-1)(2n+1)+(2n+1)2] There is no need to simplify the factor on the right because the factor on the left is divisible by 4, so the whole thing is divisible by 4. Edwin
1^3 + 3^3 = 1 + 27 = 28 = 4*7 3^3 + 5^3 = 27 + 125 = 152 = 4*38 5^3 + 7^3 = 125 + 343 = 468 = 4*117 7^3 + 9^3 = 343 + 729 = 1072 = 4*268 9^3 + 11^3 = 729 + 1331 = 2060 = 4*515 11^3 + 13^3 = 1331 + 2197 = 3528 = 4*882