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