Suppose we take a pattern that has the following rule: Each number is n+1 greater than 0, when n is the value of the sum of all the previous terms. What is the 15th term in the sequence?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The first term of the sequence must be supplied. Let it be x . Then the sequence is ( x + 1 ) , 2 ( x + 1 ) , 4 ( x + 1 ) , 8 ( x + 1 ) , . . . 2 i ( x + 1 ) , . . . . .
Of the given options, only 1 6 3 8 4 = 2 1 4 is a multiple of a power of 2 , no others are. So that is the correct option.