from math import *

N = input("N ?")
for I in range(0,N):
    U = sqrt(2+U)
    print U
