Concentric Circles by Histocrat

i=*1..901
(i&i.map{|x|(x/31)**2+(x%31)**2}).map{|f|puts'%.6f'%f**0.5}

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

download

return to the top page