| 1 | initial version |
Got it! There was indeed a missing asterisk, after all!
The Pari-GP script should have been coded as such:
for(x=1, 100000, for(y=1, 100000, if(2*x*y-sigma(x*y) >= (2*x-sigma(x))*(sigma(y)-y),print(x," ",y))))
I am able to run this version of the script now.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.