s = int(input('')) for i in range(s): c = i + 1 a = i + c print(a)