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