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