Ayush Gupta has Published 541 Articles

Program to find N-th term of series 0, 0, 2, 1, 4, 2, 6, 3, 8…in C++

Ayush Gupta

Ayush Gupta

Updated on 09-Oct-2020 06:38:22

141 Views

In this problem, we are given a number N. Our task is to create a program to find N-th term of series 0, 0, 2, 1, 4, 2, 6, 3, 8…in C++.Problem descriptionTo find the Nth term of the given series−0, 0, 2, 1, 4, 2, 6, 3, 8 .... ... Read More

Program to find N-th term of series 0, 2,1, 3, 1, 5, 2, 7, 3...in C++

Ayush Gupta

Ayush Gupta

Updated on 03-Oct-2020 09:46:30

117 Views

In this problem, we are given a number N. Our task is to create a Program to find N-th term of series 0, 2, 1, 3, 1, 5, 2, 7, 3...in C++.Problem Description − We are given the Series −0, 2, 1, 3, 1, 5, 2, 7, 3...N TermTo find ... Read More

Program to find N-th term of series 0, 9, 22, 39, 60, 85, 114, 147, …in C++

Ayush Gupta

Ayush Gupta

Updated on 03-Oct-2020 09:43:31

92 Views

In this problem, we are given a number N. Our task is to create a Program to find N-th term of series 0, 9, 22, 39, 60, 85, 114, 147, …in C++.Problem Description − We are given the Series −0, 9, 22, 39, 60, 85, 114, 147, ....NtermsTo find the ... Read More

Program to find N-th term of series 1, 3, 12, 60, 360...in C++

Ayush Gupta

Ayush Gupta

Updated on 03-Oct-2020 09:41:34

105 Views

In this problem, we are given a number N. Our task is to create a Program to find N-th term of series 1, 3, 12, 60, 360...in C++.Given Series1, 3, 12, 60, 360, 2520 … N TermsLet’s take an example to understand the problem, Input − N = 6Output − ... Read More

Program to find N-th term of series 0, 11, 28, 51, 79, 115, 156, 203, …In C++

Ayush Gupta

Ayush Gupta

Updated on 03-Oct-2020 09:40:40

66 Views

In this problem, we are given a number N. Our task is to create a program to find N-th term of series 0, 11, 28, 51, 79, 115, 156, 203, … In C++.Problem Description − To find the Nth terms of the series −0, 11, 28, 51, 79, 115, 156, ... Read More

Program to find N-th term of series 2, 12, 28, 50, 77, 112, 152, 198, …in C++

Ayush Gupta

Ayush Gupta

Updated on 03-Oct-2020 09:39:55

76 Views

In this problem, we are given a number N. Our task is to create a program to find N-th term of series 2, 12, 28, 50, 77, 112, 152, 198, …in C++.Problem Description − To find the N-th term of the series.2, 12, 28, 50, 77, 112, 152, 198, ...N ... Read More

Program to find N-th term of series 1 4 15 24 45 60 92... in C++

Ayush Gupta

Ayush Gupta

Updated on 03-Oct-2020 09:39:18

68 Views

In this problem, we are given a number N. Our task is to create a program to find N-th term of series 1 4 15 24 45 60 92... in C++.Problem description − To find the nth term of the series −1, 4, 15, 24, 45, 60, 92, 112 … ... Read More

Program to find N-th term of series 2, 4, 3, 4, 15… in C++

Ayush Gupta

Ayush Gupta

Updated on 03-Oct-2020 09:38:27

127 Views

In this problem, we are given a number N. Our task is to create a program to find N-th term of series 2, 4, 3, 4, 15… in C++.Problem Description − To find the sum of the given series, 2, 4, 3, 4, 15, 0, 14, 16 .... N termsWe ... Read More

Program to find N-th term of series 3 , 5 , 21 , 51 , 95 , … in C++

Ayush Gupta

Ayush Gupta

Updated on 01-Oct-2020 12:23:16

76 Views

In this problem, we are given a number N. Our task is to create a Program to find N-th term of series 3 , 5 , 21 , 51 , 95 , … in C++.Problem Description − To find the Nth terms of the series −3, 5, 21, 51, 95, ... Read More

Program to find N-th term of series 3, 6, 18, 24, … in C++

Ayush Gupta

Ayush Gupta

Updated on 01-Oct-2020 12:21:23

325 Views

In this problem, we are given a number N. Our task is to create a Program to find N-th term of series 3, 6, 18, 24, … in C++.Problem Description − To find the Nth term of the series −3, 6, 18, 24, 45, 54, 84 … N TermsWe need ... Read More

Previous 1 ... 4 5 6 7 8 ... 55 Next
Advertisements