N=int(input("N =")) U=80 for i in range(1,N+1): U=0.9*U+20 print(int(U))