Table of divisors by kozima

(compile(defun f()(dotimes(x(read))(format t"~D:~{~D~^ ~}
"#1=(1+ x)(loop for i from 1 to #1#if(=(mod #1#i)0)collect i)))))(f)

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

download

return to the top page