ns = input() ni = int(ns) l = [ns*i for i in range(ni, 0, -1)] for i in l: print(i)