times = int(input("How many loops:"))
for i in range(times):
    print(i * 2)