totient function by Lost_dog

main=mapM print[sum[1|i<-[1..x],i`gcd`x<2]|x<-[10^4..10300]]

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

download

return to the top page