Solveeit Logo

Question

Question: What is the \(nth\) term of \(1,7,17,31 \ldots \)?...

What is the nthnth term of 1,7,17,311,7,17,31 \ldots ?

Explanation

Solution

Here we have to find the nthnth of the sequence 1,7,17,311,7,17,31 \ldots . Sequence is defined as the compiled list of objects or events that are placed in such a way that each member of a given sequence comes before or after every other member in the list of sequences.

Complete step by step answer:
Here in the given problem we have to find the nthnth term of the sequence 1,7,17,311,7,17,31 \ldots
Firstly, we need to find a pattern between the value and the place in the sequence that value holds.
We have
121 \to 2
272 \to 7
3173 \to 17
4314 \to 31
So, in the given sequence the numbers are one less than twice a perfect square
11=2×(1)211 \to 1 = 2 \times {(1)^2} - 1
27=2×(2)212 \to 7 = 2 \times {(2)^2} - 1
317=2×(3)213 \to 17 = 2 \times {(3)^2} - 1
431=2×(4)214 \to 31 = 2 \times {(4)^2} - 1
Therefore, the nthnth of sequence 1,7,17,311,7,17,31 \ldots can be calculated by the formula n2n21n \to 2{n^2} - 1.

Note:
A sequence is a particular format of elements in some definite order, whereas a series is the sum of the elements of the sequence. In a Sequence, the order of the elements are definite, but in series the order of elements is not fixed. A sequence is represented as 5,6,7,8,n5,6,7,8, \ldots n whereas a series is represented as 5+6+7+8+9+n5 + 6 + 7 + 8 + 9 + \ldots n.