1^2+1=2, 2^2+1=5, 5^2+1=26... so to find the next number, square 25 and then add 1.
That's the Fibonacci sequence! XD They're 21 and 34 if you add up the last two numbers to get the next one.
Any ordered set of numbers (and other things) is a sequence. There need not be any discernible pattern to the sequence (Brownian motion, for example), or a pattern which is understood only by the person who defined the sequence. With the last category in mind, every ordered set of numbers is a correct sequence.
what are the next 2 numbers in this sequence: 20 , 1 ,18 ,4 ,9 ,1
1, 1 and 2
Start with the numbers 1 and 1. After that, every number in the sequence is the sum of the previous two numbers. Thus, the sequence starts with: 1, 1, 2, 3, 5, 8, 13, ...
That's the Fibonacci sequence! XD They're 21 and 34 if you add up the last two numbers to get the next one.
9, 4, 5, 8, 22, 23, 26, 27, 21 This is assuming that the sequence is 1-digit numbers in reverse alphabetical order, then 2-digit numbers, etc.
168 5 = 22 + 1 8 = 32 - 1 26 = 52 + 1 48 = 72 - 1 122 = 112 + 1 168 = 132 - 1 consecutive prime numbers, squared, alternating between + and - 1.
Any ordered set of numbers (and other things) is a sequence. There need not be any discernible pattern to the sequence (Brownian motion, for example), or a pattern which is understood only by the person who defined the sequence. With the last category in mind, every ordered set of numbers is a correct sequence.
numbers
what are the next 2 numbers in this sequence: 20 , 1 ,18 ,4 ,9 ,1
1, 1 and 2
Start with the numbers 1 and 1. After that, every number in the sequence is the sum of the previous two numbers. Thus, the sequence starts with: 1, 1, 2, 3, 5, 8, 13, ...
Goemetric sequence : A sequence is a goemetric sequence if an/an-1is the same non-zero number for all natural numbers greater than 1. Arithmetic sequence : A sequence {an} is an arithmetic sequence if an-an-1 is the same number for all natural numbers greater than 1.
The Sequence is that u don't no nothing :D
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, ...
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.