while 1: b=input() c=b*2;a=1 while c>b:a=a*c;c=c-1 while c:a=a/c;c=c-1 print a