0, 1, 2, 1, 2, 3, 3, 4, 5, 7, ...
The next 3 number should be...
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.
0, 1, 2 : the next one always the adding one of the number before
1, 2, 3 : this one too
3, 4, 5 : and also this one
What about the last one?
What about the 1st, 4th, and 7th number pattern?
0, 1, 3, 7
from 0 to 1 : 2 0
from 1 to 3 : 2 1
from 3 to 7 : 2 2
So, the last one is 7 + 2 3 = 1 5
The answer is 8 , 9 , 1 5