#yuki790 import math n=int(raw_input()) print math.factorial(2*n)/math.factorial(n+1)/math.factorial(n)