For any positive integer n, let d(n) denote the number of positive divisors of n; and let φ(n) denote the number of elements from the set {1, 2, · · · , n} that are coprime to n. (For example, d(12) = 6 and φ(12) = 4.) Find the smallest positive integer n such that d(φ(n)) = 2017.
I have arrived at the stage wherein p^2016=φ(n) What shall I do next? Why cannot p=1;φ(n)=1 and then n will be equal to 1. The answer is actually 2^2017
Just looking for patterns. It seems that there is often one value $n$ that gives $d(\phi(n)) = p$ where $n$ is a little smaller than the power of $2$ that works. However, this number $n$ is a Fermat prime or the product of Fermat primes. So, if you can prove that, you probably have it.
=================================
===============