• Euler 5.

    From B. Pym@21:1/5 to All on Mon Jun 17 12:18:56 2024
    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
    (divisible with no remainder) by all of the numbers from 1 to
    20?

    Scheme:

    (apply lcm (iota 20 1))

    232792560

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)