Goldbach partition by primo (leonid)

i=4
exec"i+=2;a=2;s=`i`+':'\nwhile a<i/2:a+=1;b=i-a;s+=' %d+%%d'%a%b*(2**a%a|2**b%b==2)\nprint s;"*148

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

download

return to the top page