Prove that $\phi(2^n)$ for $n\geq 3$ is not a cyclic group.
$\phi(2^n)$ is a multiplicative group of integers modulo $2^n$.
Solution just for $n=3$:
$\phi(8)$ : $\{1,3,5,7\}$ (numbers that are co-prime with 8).
[3][5] = [7] mod8
[7][7] = [1] mod8
[3][3] = [1] mod8
$\phi(8)$ $\neq$ $<[3]>$
$\phi(8)$ $\neq$ $<[5]>$
$\phi(8)$ $\neq$ $<[7]>$
$\phi(8)$ $\neq$ $<[1]>$
Therefore, for $n=3$ this group is not cyclic.
I don't know how to prove that the group is not cyclic for $n \geq 3$.