w = input() n = int(w) while n >= 0: n -= 1 print(w*(n+1))