Goldbach partition by hallvabo

n=6
exec'print"%u:"%n," ".join("%u+"%a+`n-a`for a in range(3,n)if(n-a)/a*(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