// archives

Project Euler Solutions

This category contains 150 posts

Project Euler 23 Solution

Find the sum of all the positive integers which cannot be written as the sum of two abundant numbers.

Project Euler 24 Solution

What is the millionth lexicographic permutation of the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9?

Project Euler 25 Solution

Find the first term in the Fibonacci sequence to contain 1000 digits.

Project Euler 26 Solution

Find the value of d < 1000 for which 1/d contains the longest recurring cycle.

Project Euler 27 Solution

Find a quadratic formula that produces the maximum number of primes for consecutive values of n.

Project Euler 28 Solution

Find the sum of both diagonals in a square spiral.

Project Euler 29 Solution

Find the distinct terms in the sequence generated by a**b for 2 ≤ a ≤ 100 and 2 ≤ b ≤ 100?

Project Euler 30 Solution

Find the sum of all the numbers that can be written as the sum of fifth powers of their digits.

Project Euler 31 Solution

Investigating combinations of English currency denominations.

Project Euler 32 Solution

Find the sum of all 1-9 pandigital numbers that is composed of two factors and their product.