Let ϕ(n) be the Euler Phi Function. If 1≤n≤1000, what is the smallest integer value of n that minimizes ϕ(n)n?

Details and assumptions
Clarification: You are asked to find the value of n, not ϕ(n)n.
ϕ(1)=1 by definition.

210