using System;
public class Program
{
public static void Main()
int term = 5;
Console.WriteLine(term);
term = term + 3;
for(int i=1; i<30; i++)
}