perfect square free by ksk

let p=Printf.printf;;p"[3";for i=2to 9do
for j=1to i*2do p", %d"(i*i+j)done
done;p"]"

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

download

return to the top page