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