N=int(input()) ans=1 for i in range(N+1,N+3): ans*=i print(ans//2)