answersLogoWhite

0


Best Answer

The nth term is 2n2.

(One way to find that is to notice at all the numbers are even, then divide them by 2. The sequence becomes 1, 4, 9, 16, 25, which are the square numbers in order.)

User Avatar

Wiki User

βˆ™ 12y ago
This answer is:
User Avatar
User Avatar

Anonymous

Lvl 1
βˆ™ 4y ago
this doesnt work
User Avatar

Kayleighx

Lvl 1
βˆ™ 4y ago
This is not mathematically correct
User Avatar

Kayleighx

Lvl 1
βˆ™ 4y ago
It needs to be 2n^2 as it is laid out 2 times by n to the power of 2
User Avatar

kmn2020

Lvl 1
βˆ™ 4y ago
python
yes it does = 2n^2
More answers
User Avatar

ProfBot

βˆ™ 2mo ago

To find the nth term of a sequence, we first need to determine the pattern or rule governing the sequence. In this case, the sequence appears to be increasing by consecutive odd numbers (2, 4, 6, 8, etc.). The nth term of this sequence can be represented by the formula n^2 + 1. So, the nth term of the sequence 2, 8, 18, 32, 50 is n^2 + 1.

This answer is:
User Avatar

User Avatar

kmn2020

Lvl 2
βˆ™ 4y ago

# in python

n = 10

for i in range(n):

print(i, i**2*2)

'''

0 0

1 2

2 8

3 18

4 32

5 50

6 72

7 98

8 128

9 162

'''

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the nth term of this sequence 2 8 18 32 50?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the nth term if the sequence is 32 28 24?

The nth term is (36 - 4n)


What is the nth term of this sequence 11 18 25 32 39?

i relly dont know tony


A sequence begins 2 8 18 32 50 What is its nth term?

the sequence is Un=2n2


How do you find sequence if nth term is 32-5n?

37


What is the nth term for the sequence 8 16 32 64 128?

The nth term in the sequence means an unspecified number an unspecified distance along the series. 8 16 32 64 128... n. It is also a shothand notation so the reader knows that the sequence continues.


What is the nth term for 5 10 19 32 49 nth term?

To find the nth term of this sequence, we first need to identify the pattern. The differences between consecutive terms are 5, 9, 13, 17, and so on. These are increasing by 4 each time. This means that the nth term can be calculated using the formula n^2 + 4n + 1. So, the nth term for the sequence 5, 10, 19, 32, 49 is n^2 + 4n + 1.


What are the first four terms of a sequence and what term number is -32 when the nth term is 8 -2n?

If the nth term is 8 -2n then the 1st four terms are 6, 4, 2, 0 and -32 is the 20th term number


What is the nth term for 4 11 18 25 32?

7n - 3


What is the nth term of -2 -8 -18 -32 - 50?

The nth term is 2n2. (One way to find that is to notice at all the numbers are even, then divide them by 2. The sequence becomes 1, 4, 9, 16, 25, which are the square numbers in order.)


What is the nth term in -4 -11 -18 -25 -32?

The nth term is 7n-3 and so the next term will be 39


What is the nth term of 8 17 32 53 80?

To find the nth term of a sequence, we need to identify the pattern between the numbers. Looking at the differences between consecutive terms, we see that the differences are increasing by 9, 15, 21, and so on. This indicates that the sequence is following a pattern of adding consecutive odd numbers (1, 3, 5, 7, ...). Therefore, the nth term of this sequence can be expressed as n^2 + 7.


What is the nth term for 5 8 13 20 29 40?

To find the nth term of a sequence, we first need to identify the pattern. In this case, it appears that the sequence is increasing by consecutive odd numbers: 3, 5, 7, 9, 11, etc. Therefore, the nth term can be calculated using the formula: nth term = a + (n-1)d, where a is the first term (5), n is the term number, and d is the common difference (3 for this sequence). So, the nth term for this sequence would be 5 + (n-1)3, which simplifies to 3n + 2.