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