answersLogoWhite

0

The positive integers.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the name of this number sequence 1 1 2 3 5 8 13 21 34 55?

Fibonacci sequence Fibonacci sequence


What is the special name given to this number pattern 1 1 2 3 5 8 13?

The Fibonacci sequence.


What are the first 3 number of the Fibonacci number sequence?

1, 1 and 2


What is the next logical number on the sequence 1 1 2 3 5?

The sequence provided is the Fibonacci sequence, where each number is the sum of the two preceding ones. In this case, after 1, 1, 2, 3, and 5, the next number is 3 + 5, which equals 8. Therefore, the next logical number in the sequence is 8.


What number is missing in sequence 1 16 ----100169?

The sequence appears to be made up of the squares of consecutive integers: (1^2 = 1), (4^2 = 16), and (10^2 = 100). The missing number corresponds to (7^2), which is (49). Therefore, the missing number in the sequence is 49.


What is missing number in sequence 1 16 100 169?

The sequence consists of the squares of consecutive integers: (1^2 = 1), (4^2 = 16), (10^2 = 100), and (13^2 = 169). The missing number corresponds to (7^2), which is (49). Therefore, the missing number in the sequence is (49).


What is the number sequence of 1 4 and 7?

The nth term of the sequence is 3n - 2.


What is the name of the sequence of numbers which begins 11235813?

The sequence of numbers that begins with 11235813 is known as the Fibonacci sequence. In this sequence, each number is the sum of the two preceding ones, starting from 0 and 1. The specific sequence you mentioned starts with 1, 1, 2, 3, 5, 8, and continues indefinitely.


The sequence name for 1 1 2 3 5 8 13 21?

Fibonacci Sequence


What is the next number in the sequence 112358?

1+1 = 2 1+2 = 3 2+3 = 5 3+5 = 8 5+8 = 13


What is the next number in sequence after 1 2 0 3 -1?

The next number is 4, followed by -2


What is the name of the sequence -3 -2 -1 0 1 2?

The set of integers.


What is the fibinicci sequence?

The Fibonacci sequence is a sequence of numbers where each number in the sequence is the sum of the two numbers right before it. for example: 11235812 <-------Fibonacci Sequence 1 1+1=2 1+2=3 2+3=5 3+5=8 5+8=12


What is the first number over 100 in the following sequence 1 1 2 3 5 8 13 21?

144 The sequence goes by adding the number plus the number before it to get the next number: 1+1=2 1+2=3 2+3=5 3+5=8...


What is issing number of sequence 1 16 --- 100 169?

The given sequence appears to be composed of perfect squares: (1^2 = 1), (4^2 = 16), (10^2 = 100), and (13^2 = 169). The missing number corresponds to (7^2 = 49), which fits the sequence of perfect squares. Thus, the missing number is 49.


How do you get the Fibonacci sequence?

Start with 1 and 2. Then each number in the Fibonacci sequence is the sum of the previous two numbers in the sequence.


Which number should come next in the following sequence 8 -4 2 -1?

Consecutive terms in the sequence are being divided by -2. Therefore, -1 / -2 = 1/2 or 0.5.


What number comes next-1 2 -4 8 -16 32?

You are multiplying each number in the sequence by -2. Therefore, the next number in the sequence after 32 is -64.


What are facts about the Fibonacci sequence?

1) It starts with the numbers 1, 1 2) After that, each number in the sequence of the previous two numbers. Thus, the sequence starts with 1, 1, 2, 3, 5, 8, 13, 21, ...


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.