LCM of 1 to n by kozima

(loop(set'a 1)(dotimes(i(read))(set'a(lcm(1+ i)a)))(format t"~D
"a))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page