79.2k views
5 votes
Figure out this missing number pattern:\
1,1,2,3,5_,_,_

User Ross Scott
by
8.0k points

1 Answer

5 votes
What you have here is the fibonacci sequence.
Each number in the sequence adds itself to the number before it.
1+1 = 2
1+2 = 3
3+2 = 5
5+3 = 8
8+5 = 13
the sequence is 0,1,1,2,3,5,8,13
User Tashana
by
7.7k points