Alex Landherr (AlexLandherr)

AlexLandherr

Geek Repo

Location:Sweden

Twitter:@AlexLandherr

Github PK Tool:Github PK Tool

Alex Landherr's repositories

amicable_sum

Evaluate the sum of all the amicable numbers under 10000.

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

bin_dec_palindrome

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

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

circular_primes

How many circular primes are there below one million?

Language:C++License:GPL-2.0Stargazers:0Issues:1Issues:0

concat_prod

What is the largest 1 to 9 pandigital 9-digit number that can be formed as the concatenated product of an integer with (1, 2,...,n) where n > 1?

Language:MakefileLicense:GPL-2.0Stargazers:0Issues:0Issues:0

denom_val

Find the denominator of the product of the four non-trivial fractions when said product is expressed in its lowest common terms.

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

diagonal_spiral_sum

What is the sum of the numbers on the diagonals in a 1001 by 1001 spiral formed in the same way?

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

digit_sum

2^15 = 32768 and the sum of the digits is 3+2+7+6+8 = 26. What is the sum of the digits of the number 2^1000?

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

dist_terms

How many distinct terms are in the sequence generated by a^b for 2 ≤ a ≤ 100 and 2 ≤ b ≤ 100?

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

factorial_digit_sum

Find the sum of the digits in the number 100!.

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

factorial_sum

Find the sum of all numbers which are equal to the sum of the factorial of their digits.

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

fibonacci_digit_count

What is the index of the first term in the Fibonacci sequence to contain 1000 digits?

Language:C++License:GPL-2.0Stargazers:0Issues:1Issues:0

prime_threads

Multi-threaded benchmark in C++ that searches for prime numbers.

Language:C++License:GPL-2.0Stargazers:0Issues:1Issues:0

first_sum

Work out the first ten digits of the sum of the following one-hundred 50-digit numbers.

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

greatest_product

Find the thirteen (13) adjacent digits in the 1000-digit number that have the greatest product. What is the value of this product?

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

grid_product

What is the greatest product of four adjacent numbers in the same direction (up, down, left, right or diagonally) in the 20x20 grid?

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

grid_routes

Starting in the top left corner of a 2x2 grid, and only being able to move to the right and down, there are exactly 6 routes to the bottom right corner. How many such routes are there through a 20x20 grid?

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

longest_chain

Which starting number, under one million, produces the longest chain?

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

name_scores

What is the total of all the name scores in the file?

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

non_abundant_sum

Find the sum of all the positive integers which cannot be written as the sum of two abundant numbers.

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

nth_permutation

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

Language:MakefileLicense:GPL-2.0Stargazers:0Issues:0Issues:0

nth_prime

What is the 10,001st prime number?

Language:MakefileLicense:GPL-2.0Stargazers:0Issues:0Issues:0

pandigital_prod_sum

Find the sum of all products whose multiplicand/multiplier/product identity can be written as a 1 through 9 pandigital.

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

pythag_trip

There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product abc.

Language:MakefileLicense:GPL-2.0Stargazers:0Issues:0Issues:0

square_dif

Find the difference between the sum of the squares of the first one hundred natural numbers and the square of the sum.

Language:MakefileLicense:GPL-2.0Stargazers:0Issues:0Issues:0

sum_below

Find the sum of all the primes below two million.

Language:MakefileLicense:GPL-2.0Stargazers:0Issues:0Issues:0

sum_of_powers

Find the sum of all the numbers that can be written as the sum of fifth powers of their digits.

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

sunday_count

How many Sundays fell on the first of the month during the twentieth century (1 Jan 1901 to 31 Dec 2000)?

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

triangle_num_divs

What is the value of the first triangle number to have over five hundred divisors?

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

triangle_path_sum

Find the maximum total from top to bottom of the triangle below (shown in 'prob18_image.png').

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

trunc_primes

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

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0