cwatki14
- 56
- 0
I am trying to find all of the integers such that phi(n)=12. Clearly n=13 is one, but how do I do it for composite numbers?
-Thanks
-Thanks
This discussion focuses on identifying all integers n such that the Euler's totient function φ(n) equals 12. The user confirms that n=13 is a valid solution and seeks methods to find composite numbers that satisfy this condition. Key properties discussed include the multiplicative nature of φ for coprime integers, expressed as φ(a)φ(b) = φ(ab), and the formula for prime powers, φ(p^n) = p^n - p^(n-1). The inquiry emphasizes the need to explore combinations of prime factorizations that yield φ(n) = 12.
PREREQUISITESMathematicians, number theorists, and students interested in the properties of the Euler's totient function and its applications in finding integer solutions.
Tinyboss said:What can you say about \varphi(a)\varphi(b) with regard to \varphi(ab)? What about \varphi(p^n) if p is prime?