Im trying to figure out this problem:
Compute φ(13),φ(14),φ(15),φ(30),φ(315),φ(101640)
Here is the definition of φ
φ(n):=∣Φn∣
Here is the definition of Φn
ϕn:={r∈Z∣gcd(r,n)=1}
so far i have:
φ(13)=12,φ(14)=5,φ(15)=8
I'm doing this manually but it would be impossible to do 315 and 101640.
Anyone know how to do this quickly?
Compute φ(13),φ(14),φ(15),φ(30),φ(315),φ(101640)
Here is the definition of φ
φ(n):=∣Φn∣
Here is the definition of Φn
ϕn:={r∈Z∣gcd(r,n)=1}
so far i have:
φ(13)=12,φ(14)=5,φ(15)=8
I'm doing this manually but it would be impossible to do 315 and 101640.
Anyone know how to do this quickly?