// archives

Trinket

This tag is associated with 28 posts

Project Euler 15 Solution

Find the number of routes from the top left corner to the bottom right corner in a rectangular grid.

Project Euler 16 Solution

Sum of the digits in 2^1000.

Project Euler 17 Solution

Count how many letters would be needed to write all the numbers in words from 1 to 1000.

Project Euler 18 Solution

Maximum sum from top to bottom of triangular array.

Project Euler 20 Solution

Find the sum of the digits in 100!

Project Euler 21 Solution

Evaluate the sum of all amicable pairs under 10,000.

Project Euler 22 Solution

Calculate the total of all the name scores in the file of first names.

Project Euler 24 Solution

What is the millionth lexicographic permutation of the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9?

Project Euler 26 Solution

Find the value of d < 1000 for which 1/d contains the longest recurring cycle.

Project Euler 27 Solution

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