From 1179eefefa12a6658d226571e2984409639fd0f1 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 7 Oct 2010 16:43:52 -0700 Subject: [PATCH] Minor typo in euler 006 --- extra/project-euler/006/006.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/project-euler/006/006.factor b/extra/project-euler/006/006.factor index 00a5c44771..c786c98c6c 100644 --- a/extra/project-euler/006/006.factor +++ b/extra/project-euler/006/006.factor @@ -15,7 +15,7 @@ IN: project-euler.006 ! (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. +! 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.