The function f(n) satisfies
binom(2n)n - binom(2n + 1)(2n) = f(n) *binom(2n + 1)(n + 1)
for all positive integers n. Find f(n).
f(n) = (n + 1)/n.