totient function by

main=mapM(\n->print$length[a|a<-[1..n],gcd n a==1])[10000..10300]

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

download

return to the top page