N=int(input("N =")) U=200 for i in range(1,N+1): U=0.8*U+30 print(int(U))