Problem 5

completed November 28, 2011

Comments

This problem was easy. I didn’t need any fancy code for it. I just needed to find the smallest set of prime numbers that included all the prime factorizations of the integers between 1 and 20.

Code

2 * 3 * 2 * 5 * 7 * 2 * 3 * 11 * 13 * 2 * 17 * 19