perfect square free by eban

a=`seq 3 99|awk '$1^.5%1'`
echo [${a//
/, }]

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

download

return to the top page