Goldbach partition by leonid

n=6
exec'print"%u:"%n+"".join(" %u+"%a+`n-a`for a in range(3,n/2+1)if 2**a%a|2**(n-a)%(n-a)==2);n+=2;'*148

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

download

return to the top page