Concentric Circles by Hendrik

for(n<-1 to 901)if(1 to n map(i=>math.sqrt(n-i*i)%1)contains 0)printf("%f\n",math.sqrt(n))

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

download

return to the top page