I have not broken this down very far. I have come to the conclusion that there are infinitely many values for n where there exists 12 coprimes to n. Since there are infinitely many primes, and primes are coprimes to any number smaller than that prime, I reach that conclusion. Can anyone stop me and tell me where I'm going wrong or how to approach this.
I've used the theorem:
$ \varphi (n) = ((1-\frac{1}{p_{1}})...(1-\frac{1}{p_{k}})) $
But to compute these values would one not need to write a program to run which slots in all these primes?
Your conclusion is wrong. For now, forget the formula involving reciprocals.
If $p$ is prime, then $\phi(p) = p - 1$. Given $k > 1$, we have $\phi(p^k) = p^{k - 1}(p - 1)$. Also, this function is multiplicative, meaning that $\phi(pq) = \phi(p) \phi(q)$ if $\gcd(p, q) = 1$. Furthermore, there are only two exceptions to $\phi(m) > \sqrt{m}$.
So, to find all solutions for $\phi(n) = 12$ you need to figure out the finite set of ways to express $12$ as a product of numbers $1$ less than a prime and/or powers of a prime times $1$ less than that prime.
and you don't need to look at oh dang, I don't have time to finish up this answer anyone else do me the favor?
EDIT: Robert Soupe here. I completed the table explaining the correspondence between values of $n$ such that $\varphi(n) = 12$ and products that give 12. I really don't know where Jim is going with that stuff about $\varphi(n) > \sqrt{n}$ (though I do know the two exceptions: 2 and 6).