What number comes next in the following sequence?
1 , 1 , 2 , 3 , 5 , 8 , ⋯
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.
This is the famous Fibonacci series.The next term is the sum of the two previous terms.Therefore the next term is 8+5,which is 13.
The pattern is simple. The next following number is sum of two previous numbers.
It's Fibonacci number...
Log in to reply
I am so sorry. I just realized it. Thank you.
It follows the fibonacci sequence . So, the answer is 8 + 5 = 1 3 .
The equation for this sequence is
a k = a ( k − 1 ) + a ( k − 2 )
Since we are looking for the seventh term ( k = 7 )
a 7 = a 6 + a 5
We already know that a 6 = 8 and a 5 = 5 so
a 7 = 8 + 5 = 1 3
So the next number in the sequence is 1 3
Fun fact: This sequence is known as the Fibonacci sequence
In the given sequence the sum of the consecutive term is the next term.
Since 5+8=13
therefore the next term is 13
we simply find the next term adding the previous terms as 1+1=2 , 1+2=3 and so on..so the missing value is equal to 5+8=13
Simply Fibonacci numbers. add the previous two no of sequence to get the new number.
This sequence is known as the Fibonacci Sequence, in which a number is the sum of the previous two numbers. Hence the desired answer is 5 + 8 = 1 3 .
Problem Loading...
Note Loading...
Set Loading...
It's the FIBONACCI SEQUENCE , where any term is represented as the sum of the preceeding two terms. i.e 1+1=2
1+2=3
2+3=5
3+5=8
5 + 8 = 1 3