N = input() temp = 0 for i in range(N): temp = temp + N+1 print(temp)