Skip to content

Euler Totient Calculator

Compute Euler's totient φ(n) — the count of integers from 1 to n that are coprime to n. Uses the product formula φ(n) = n·∏(1−1/p) over the distinct prime factors of n, and shows the prime factorization used.

Inputs

Results

Enter a value to see results.

Details

Derivation

\begin{aligned} \varphi(n) &= n\prod_{p\mid n}\left(1-\dfrac{1}{p}\right) \\ &= {\text{?}} \\ &= ? \end{aligned}

Embed this calculator

Preview

Paste this code into your page to show the calculator.

Share this calculation

Anyone who opens this link sees your values already filled in.

200+ calculators · 10 languages · 100% free

Was this calculator helpful?

No

How can we improve this calculator?