This question might be a duplicate, if so, I apologise in advance. It is simple, but answering it is probably harder :)
Is it true, that the $\phi(n)$ function(Euler's totient function) takes on all of it's values, when $n$ is an odd integer?
I obviously tried it for the first some $n$:
$\phi(1) = 1, \phi(3) = 2, \phi(5) = 4, $ and so on.
It is obvious, that if $n$ is a prime, than $\phi(n) = n-1$, so we cover all the $p-1$ numbers, where $p$ is a prime. I just can't really prove if any number is missing on this list.
The question can be asked in this way too: Is it true, that if we use the totient function with only odd integers, we get all the values from it. I hope you can understand it, if not, just comment below, and I try to answer. :) Thanks for any comments!
The answer is no - for no odd number $n$ we can have $\varphi(n)=2^{32}$, even though $\varphi(2^{33})=2^{32}$. Assuming there is such an $n$, if $n=p_1^{e_1}...p_i^{e_i}$ (with all primes odd) then $\varphi(n)=\varphi(p_1^{e_1})...\varphi(p_i^{e_i})=p_1^{e_1-1}(p_1-1)...p_i^{e_i-1}(p_i-1)$. If any $e_k>1$ then we would have $\varphi(n)$ divisible by $p_k$, so it couldn't be equal to $2^{32}$. So every $e_k=1$, and all the $p_k-1$ are powers of two, so the $p_k$ are Fermat primes, say $p_k=F_{a_k}=2^{2^{a_k}}+1$. So we have $2^{32}=\varphi(n)=2^{2^{a_1}}...2^{2^{a_i}}=2^{2^{a_1}+...+2^{a_i}}$, so $32=2^{a_1}+...+2^{a_i}$. By the uniqueness of binary expansion, we get $i=1$ and $a_1=5$, but then we get that $F_5=2^{2^5}+1$ is prime, which it isn't. Contradiction.