Pythagorean triple fixed by pooq

for(a in 3:100)for(b in 3:(a*a/2))if(!(c=(a*a+b*b)^.5)%%1)cat(a,b,c,fill=T)

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

download

return to the top page