answersLogoWhite

0

11 AND 5 1,3,5,7,9, then in between 10,9,8,7,6 which makes up 1,10,3,9,5,8,7,7,9,6.?.?

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the next number 0112358?

The sequence 0112358 represents the Fibonacci sequence, where each number is the sum of the two preceding ones. The next number in this sequence is 13, as it is the sum of the last two numbers, 5 and 8. Thus, the next number is 13.


What type of math did Fibonacci do?

Fibonacci found a way to present mathematical numbers so that each number in the sequence is the sum of the two previous numbers. For example, if the sequence starts at 0 and 1, then next number in the sequence is 1, the next number would be 2, and then the next number would be 3, and then 5.


What is the definition of a common difference in a sequence?

common difference is the difference in every two consecutive numbers in the sequence .. or in the other way around, its the number added to a number that resulted to the next number of the sequence ..


What is the next number 12 21 23 32 34 43?

The next two numbers in the sequence are... 45 & 54.


What is the pattern for 1 1 2 3 5 8?

That's a Fibonacci sequence. After the first two numbers, each new number is the sum of the previous two numbers. The next number in that sequence would be 13.


What number is the next logical number in the sequence of numbers 1 1 2 3 5 8 13 21?

34. Each number is the sum of the two preceding numbers. This is called the Fibonacci Sequence.


What is the next number 2 7?

It can be any number. Two numbers do not even determine whether the "sequence" is arithmetic, geometric or other.


What comes after 34 in Fibonacci's code?

Fibonacci sequence adds the previous two numbers to get the next number. 1,1,2,3,5,8,13,21,34,55,89,144,233,377,610,987,1597


What are the nest two numbers in this sequence 1 5 17 53 161?

485 and 1457. The next number in the sequence is 2 more than treble the previous number.


What are the next two numbers in the sequence 2 6 18 54?

162 and 486 the pattern is that the next number is three times the previous number.


What is the rest of numbers in the sequence 0112358?

It is the Fibonacci sequence. Whereby each number is the sum of the preceding two numbers. The next digits are 13(5+8) 21 (13+8)etc.


What is a recursive sequence and its relationship to a Fibonacci sequence.?

A recursive sequence uses previous numbers to find the next number in a sequence after the base case. The Fibonacci sequence is an example of such a sequence. The base numbers of the Fibonacci sequence are 0 and 1. After that base, you find the next number in the sequence by adding the two previous numbers. So, the Fibonacci sequence looks like so: 0, 1, 1, 2, 3, 5, 8.... So, the third number is found by adding the first and second numbers, 0 and 1. So the third number is 1. The fourth number is found by adding the second and third numbers, 1 and 1. So, the fourth number is 2. You can continue on this way forever.