The sum of cubes of first five consecutive numbers starting from one is a perfect square of a number. Find the number.
We can observe the pattern accordingly:
13 + 23 = 9 = 32
13 + 23 + 33 = 36 = 62
13 + 23 + 33 + 43 = 100 = 102
13 + 23 + 33 + 43 + 53 = 225 = 152