N = int(input()) cnt = N+1 for i in range(N+1): cnt += N-i print(cnt)