Goldbach partition by Chiether

<?function p($q){for($j=2;$j<$q;$j++)if(!($q%$j))return$j;}for($i=6;$i<301;$i+=2){$s="$i:";for($j=3;$j<($i+1)/2;$j+=2)if(!p($j)&&!p($k=$i-$j))$s.=" $j+$k";echo"$s\n";}\x0d

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

download

return to the top page