Problem 239. Project Euler: Problem 5, Smallest multiple

Created by Doug Hull

2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.

What is the smallest positive number that is evenly divisible by all of the numbers from 1 to input number?

Thank you to Project Euler Problem 5

Problem Group

63 solvers submitted 140 solutions (2.22 solutions/solver).

Problem Comments

Solution Comments