About 98,400 results
Open links in new tab
  1. Euler's totient function - Wikipedia

    In number theory, Euler's totient function counts the positive integers up to a given integer that are relatively prime to . It is written using the Greek letter phi as or , and may also be called Euler's …

  2. Euler's Totient Function - Math is Fun

    These are all examples of Euler's Totient Function, which has the symbol φ (the Greek letter Phi) It is that simple, just crossing numbers off a list. But it can take a long time of course, so any …

  3. Euler's Totient φ (n) Calculator - Online Phi Function

    Euler's totient function (or Euler's indicator), noted with the greek letter phi: $ \varphi (n) $ or $ \phi (n) $ an arithmetic function which associates with each strictly positive natural number $ n $, …

  4. Euler's Totient Function - GeeksforGeeks

    Jun 21, 2025 · Given an integer n, find the value of Euler's Totient Function, denoted as Φ (n). The function Φ (n) represents the count of positive integers less than or equal to n that are …

  5. Totient Function -- from Wolfram MathWorld

    The totient function phi (n), also called Euler's totient function, is defined as the number of positive integers <=n that are relatively prime to (i.e., do not contain any factor in common with) n, …

  6. Before going into the uses and applications of Euler’s totient function, we should discuss the preliminary concepts required to understand our ideas and proofs, and to solidify our …

  7. Euler's totient function - AoPS Wiki - Art of Problem Solving

    To derive the formula, let us first define the prime factorization of as where the are distinct prime numbers. Now, we can use a PIE argument to count the number of numbers less than or …

  8. Euler's Totient Function | Brilliant Math & Science Wiki

    The totient function appears in many applications of elementary number theory, including Euler's theorem, primitive roots of unity, cyclotomic polynomials, and constructible numbers in geometry.

  9. Euler's Totient Function Explained - numberanalytics.com

    Jun 12, 2025 · Discover the significance and applications of Euler's Totient Function in number theory, including its definition, properties, and uses in cryptography and other areas.

  10. Euler's totient function - Algorithms for Competitive Programming

    Euler's totient function, also known as phi-function ϕ (n) , counts the number of integers between 1 and n inclusive, which are coprime to n . Two numbers are coprime if their greatest common …