Find the sum of the next numbers in the series
This question belongs to this Set
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.
It's an alternate pattern. The first pattern goes like this
2 , 3 , 5 , 7 , 1 1 , ? This is clear that it's a series of prime numbers. The next number is 13.
The second pattern goes like
3 , 5 , 4 , 5 , 6 , ? This is the one to crack. This is the number of letters in the preceding prime number. thus the next number is the number of letters in THIRTEEN=8
∑ n = 1 1 8 + ∑ n = 1 1 1 3 = 2 1