Sphenic Numbers by murky-satyr

foreach(i in[9..762]){mutable p=2,k=0;for(;p<i&&i%(p*p)>0;++p)when(i%p<1)++k;when(k==6)Nemerle.IO.print("$i\n")}

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

download

return to the top page