Perfect totient numbers: Difference between revisions

m
m (→‎{{header|Phix}}: added syntax colouring, marked p2js compatible)
Line 40:
 
=={{header|ALGOL 68}}==
Not sure why 1 is excluded...
<lang algol68>BEGIN # find the first 20 perfect totient numbers #
# returns the number of integers k where 1 <= k <= n that are mutually prime to n #
3,045

edits