x=input();a=[1] for i in range(2*x):a.append(a[-1]*(i+1)) print a[2*x]/a[x+1]/a[x]