/Project_Euler

Problems I've solved from www.projecteuler.net

Primary LanguagePython

Project_Euler

Problems I've solved from www.projecteuler.net

Problems:

  1. Find the sum of all the multiples of 3 or 5 below 1000.
  2. By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms.
  3. What is the largest prime factor of the number 600851475143 ?
  4. Find the largest palindrome made from the product of two 3-digit numbers.
  5. What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?
  6. Find the difference between the sum of the squares of the first one hundred natural numbers and the square of the sum.
  7. What is the 10 001st prime number?
  8. Find the greatest product of five consecutive digits in the 1000-digit number. ( See euler8.py for the number )
  9. There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product abc.
  10. Find the sum of all the primes below two million.
  11. What is the greatest product of four adjacent numbers in the same direction (up, down, left, right, or diagonally) in the 20×20 grid?