// archives

Common Routines

This tag is associated with 29 posts

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

Find how many Lychrel numbers are there below ten-thousand.

Project Euler 58 Solution

Counting primes that lie on the diagonals of the spiral grid.

Project Euler 60 Solution

Find a set of five primes for which any two primes concatenate to produce another prime.

Project Euler 82 Solution

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

Project Euler 91 Solution

Right triangles with integer coordinates

Project Euler 92 Solution

Investigating a square digits number chain with a surprising property.