// archives

Python

This tag is associated with 61 posts

Project Euler Problem 47 Solution

Find the first four consecutive integers to have four distinct primes factors.

Project Euler Problem 104 Solution

Finding Fibonacci numbers for which the first and last nine digits are pandigital.

Project Euler Problem 99 Solution

Which base/exponent pair in the file has the greatest numerical value?

Project Euler Problem 46 Solution

What is the smallest odd composite that cannot be written as the sum of a prime and twice a square?

Project Euler Problem 135 Solution

Determining the number of solutions of the equation x**2 − y**2 − z**2 = n.

Project Euler Problem 100 Solution

Finding the number of blue discs for which there is 50% chance of taking two blue.

Project Euler Problem 121 Solution

Investigate the game of chance involving coloured discs.

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 27 Solution

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

Project Euler Problem 12 Solution

What is the value of the first triangle number to have over five hundred divisors?