Find the next term in this 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 title of the question suggest that the sequence has something to do with prime numbers.
2, 3, 5, 7 are prime numbers, and the following prime numbers are 11, 13, 17, and 19.
Comparing 11, 13, 17, and 19 to 2, 4, 8, 10, there is a difference of 9. Next, comparing primes 23 and 29 to 5 and 11 in the sequence yields a difference of 18. Next, comparing primes 31 to 37 to numbers 4 and 10 yield a difference of 27.
So since the next prime number is 41, and the difference should be 36, the number is 5.
This is my first explanation so give me some tips. I realize this is not a systematic explanation, I just guess and checked.