N=int(input("N =")) U=2000 for i in range(1,N+1): U=0.25*U+1700 print(U)