// archives

Solutions 20-29

This category contains 10 posts

Project Euler Problem 20 Solution

Find the sum of digits in 100!

Project Euler Problem 21 Solution

Evaluate the sum of all amicable pairs under 10000.

Project Euler Problem 22 Solution

What is the total of all the name scores in the file of first names?

Project Euler Problem 23 Solution

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

Project Euler Problem 24 Solution

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

Project Euler Problem 25 Solution

What is the first term in the Fibonacci sequence to contain 1000 digits?

Project Euler Problem 26 Solution

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

Project Euler Problem 27 Solution

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

Project Euler Problem 28 Solution

What is the sum of both diagonals in a 1001 by 1001 spiral?

Project Euler Problem 29 Solution

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