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