// archives

Perl

This tag is associated with 33 posts

Project Euler Problem 78 Solution

Investigating the number of ways in which coins can be separated into piles.

Project Euler Problem 81 Solution

Find the minimal path sum from the top left to the bottom right by moving right and down.

Project Euler Problem 70 Solution

Investigate values of n for which φ(n) is a permutation of n.

Project Euler Problem 50 Solution

Which prime, below one-million, can be written as the sum of the most consecutive primes?

Project Euler Problem 57 Solution

Investigate the expansion of the continued fraction for the square root of two.

Project Euler Problem 53 Solution

How many values of C(n,r), for 1 ≤ n ≤ 100, exceed one-million?

Project Euler Problem 174 Solution

Counting the number of “hollow” square laminae that can form one, two, three, … distinct arrangements.

Project Euler Problem 173 Solution

Using up to one million tiles how many different “hollow” square laminae can be formed?

Project Euler Problem 45 Solution

After 40755, what is the next triangle number that is also pentagonal and hexagonal?

Project Euler Problem 52 Solution

Find the smallest positive integer, x, such that 2x, 3x, 4x, 5x, and 6x, contain the same digits in some order.