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