n = int(input()) import math ans = math.factorial(2*n)//math.factorial(n)//math.factorial(n)//(n+1) print(ans)