perfect square free by Hawkseye

(let((n))(do((i 100(1- i)))((< i 3))(if(<(isqrt i)(sqrt i))(push i n)))(format t"[~{~A~^, ~}]"n))

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

download

return to the top page