n = int(input()) a = [1+i*3 for i in range(n)] print(*a)