from math import factorial N = int(input()) n = factorial(2*N) r = factorial(N) print(n//r//r - n//factorial(N-1)//factorial(N+1))