// archives

Solutions 51 – 100

This category contains 50 posts

Project Euler 61 Solution

Find the sum of the only set of six 4-digit figurate numbers with a cyclic property.

Project Euler 62 Solution

Find the smallest cube for which exactly five permutations of its digits are cube.

Project Euler 63 Solution

Count how many n-digit positive integers exist which are also an nth power.

Project Euler 64 Solution

Find the continued fractions for N ≤ 10000 have an odd period.

Project Euler 65 Solution

Find the sum of digits in the numerator of the 100th convergent of the continued fraction for e.

Project Euler 66 Solution

Investigate the Diophantine equation x2 − Dy2 = 1.

Project Euler 67 Solution

Find the maximum total from top to bottom in a large triangle of numbers using an efficient algorithm.

Project Euler 68 Solution

Find the maximum 16-digit string for a “magic” 5-gon ring.

Project Euler 69 Solution

Find the value of n ≤ 1,000,000 for which n/φ(n) is a maximum.

Project Euler 70 Solution

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