import numpy S=int(input()) N=0 for i in range(S+1): N=N+i print(N)