[Math] Find the next number in this sequence

pattern recognitionsequences-and-series

I have a homework. It seems to be an easy sequence but I can't get the answer.
So, What is the next element?
$$2, 7, 10, 13, 23, 34,?$$

What would be the solution out of these numbers? 45 or 49 or 58 or 39

Best Answer

Those questions are most of the times "useless", meaning they don't have unique answers. Sometimes, you can see an obvious pattern (e.g. 2,4,8,16,32,...) which makes you think there is only one continuation (64,128). Sometimes there are more than one patterns (don't have an example right away - will think about one). From a mathematical point of view, any continuation is possible.

In your case, there isn't an obvious pattern. Maybe there is a hidden pattern (like modulo a certain prime, numbers for letters etc.), but it is not obvious. So any continuation is mathematically as good as the other.

Related Question