Lhnozaki / Challenge-Sum-square-difference

Sum square difference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Challenge 6

Sum square difference

From Project Euler Problem 6

The sum of the squares of the first ten natural numbers is,

1² + 2² + ... + 10² = 385

The square of the sum of the first ten natural numbers is,

(1 + 2 + ... + 10)² = 55² = 3025

Hence the difference between the sum of the squares of the first ten natural numbers and the square of the sum is 3025 − 385 = 2640.

Find the difference between the sum of the squares of the first one hundred natural numbers and the square of the sum.

Running Tests:
npm test

About

Sum square difference


Languages

Language:JavaScript 100.0%