Let f(x) return the number of times n appears in Pascal's Triangle. For example,(3)=2 and f(4)=2. If n is a positive integer, what is the minimum value of n ?
The answer is right in the question: The minimum value of f(n) is 2.