I have a couple questions about trying to understand Euler's Phi function.
So I'm being asked to show there are infinitely many integers, n for which ϕ(n) is a perfect square.
I understand that the Phi function lists the number of positive integers less than or equal to n that are relatively prime to n. I also know that if p is prime then ϕ(p)=p-1
However I just have a couple questions regarding my proof:
ϕ($ 2^n$)=($ 2^n$)(1-$\dfrac{1}{2}$)=$\dfrac{2^n}{2}$=$2^{n-1}$ How do I get the final line of this proof?
and from there when I substitute odd values such as 1 I get 1, 3 I get 4, 5 I get 16, 7 I get 64 illustrating that I keep getting perfect squares.