Riddle 6: Sum Square Difference
The Task
The sum of the squares of the first ten natural numbers is,
1^2 + 2^2 + 3^3 + ... + 10^2 = 385
The square of the sum of the first ten natural numbers is,
(1 + 2 + 3 + ... + 10)^2 = 55^2 = 3025
Hence the difference between the sum of the...
picolisp-explored.com4 min read