// archives

Common Routines

This tag is associated with 20 posts

Project Euler 36 Solution

Find the sum of all numbers less than one million, which are palindromic in both base 10 and base 2.

Project Euler 37 Solution

Find the sum of all eleven primes that are truncatable from both left to right and right to left.

Project Euler 38 Solution

What is the largest 1 to 9 pandigital that can be formed by multiplying a fixed number by 1, 2, 3, … ?

Project Euler 43 Solution

Find the sum of all pandigital numbers with an unusual sub-string divisibility property.

Project Euler 47 Solution

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

Project Euler 49 Solution

Find arithmetic sequences, made of prime terms, whose four digits are permutations of each other.

Project Euler 50 Solution

Find the prime number, below one-million, that can be written as the sum of the most consecutive primes.

Project Euler 53 Solution

Count the values of C(n,r), for 1 ≤ n ≤ 100, that exceed one-million.

Project Euler 82 Solution

Find the minimal path sum from the left column to the right column.

Project Euler 92 Solution

Investigating a square digits number chain with a surprising property.