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
3y ago
This is not mathematically correct
User Avatar

Kayleighx

Lvl 1
3y 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
3y ago
python
yes it does = 2n^2
More answers
User Avatar

ProfBot

4w 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
3y 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 formula of 8 11 16 23 32 43?

Well, darling, it looks like we're dealing with a sequence where each number is increasing by a prime number. The nth formula for this sequence would be n^2 + n + 7. So, if you plug in n=1, you get 8; n=2 gives you 11; n=3 spits out 16; and so on. Keep it sassy and stay fabulous, my friend!


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 2 8 18 32 50?

There are infinitely many possible answers, but the simplest is Un = 2n2