N = int(raw_input()) S = "1" for i in range(1, N): S = S + " 3" print S