public static void Main()
Console.WriteLine("enter the number limit");
int n=Convert.ToInt32(Console.ReadLine())
Console.WriteLine("enter the numbers to start the series");
a=Convert.ToInt32(Console.ReadLine());
b=Convert.ToInt32(Console.ReadLine());