using System;
public class Program
{
public static void Main()
int g;
for(int i=2;i<=24;i++)
Console.WriteLine(i+i+1);
}