N=input().rstrip() s=int(N) for i in range(s): print(N*s) s-=1