answersLogoWhite

0

0 2 3 6 7 1 sequence?

Updated: 9/16/2023
User Avatar

Wiki User

14y ago

Best Answer

Here is a rule (which works in English, but perhaps in no other language) to recover the desired sequence: 0=zero, 1=one, 2=two, 3=three, 4=four, 5=five, 6=six, 7=seven, 8=eight, 9=nine. Now rearrange in inverse alphabetical order: zero=0, two=2, three=3, six=6, seven=7, one=1, nine=9, four=4, five=5, eight=8.

You can also use an interpolating polynomial, which summarises the values in a single formula. If x takes on values from 1 to 6, the sequence can be recovered with:
((((6x-119)x+801)x-2194)x+2280)(x-1)/120

There may be better ways to generate the 6 numbers.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 0 2 3 6 7 1 sequence?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the general term of the sequence 0 1 1 2 2 3 3.?

The general term for the sequence 0, 1, 1, 2, 2, 3, 3 is infinite sequence.


What is the rule for the Fibonacci sequence?

The rule of the Fibonacci sequence is simple. Take the previous number in the sequence, and add it to the current number. The sequence starts with 0 and 1. 0, 1 So, add 0+1=1. The sequence now contains three numbers. 0, 1, 1 Now, add 1+1=2. This brings us to four numbers. 0, 1, 1, 2 Add 1 and 2. (1+2=3) 0, 1, 1, 2, 3 Now it gets a bit tricky. Add 2+3=5, so the next number is 5. 0, 1, 1, 2, 3, 5 Continue to add the numbers accordingly. (3+5=8) 0, 1, 1, 2, 3, 5, 8 Proceed. 0, 1, 1, 2, 3, 5, 8, 13, 25, 38, 63, 101, 164...


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

12110 0r 1210


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

The set of integers.


What was the fibbonacci sequence?

It is a sequence on numbers that each number is a sum of the 2 previous numbers. for example, 1,(1+0=)2,(1+2=)3,(2+3=)5,etc. made by fibbonacci.


What are the next two numbers in this sequence 0 1 1 2 3 5 8?

13, 21 - it is the Fibonacci sequence


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

The next number is 4, followed by -2


Is 112233 a Fibonacci sequence?

NO, its not a Fibonacci Sequence, but it is very close. The Fibonacci Sequence is a series of numbers in which one term is the sum of the previous two terms. The Fibonacci Sequence would go as follows: 0,1,1,2,3,5,8,13,21,..... So 0+1=1, 1+1=2, 1+2=3, 2+3=5, ans so on.


How can you generate the Fibonacci sequences?

1. Start with any two numbers . ( Use 0 and 1 to get the standard sequence) 2. 0 1 Rule: Add each pair of numbers to get the next term 0 1 1 ( add 0 + 1 to get 1) 0 1 1 2 ( add 1 + 1 to get 2) 0 1 1 2 3 (1+2 = 3) 0 1 1 2 3 5 (2 + 3 = 5) 0 1 1 2 3 5 8 and so on forever.


How are the numbers in the Fibonacci sequence related?

the Fibonacci sequence: 0 1 1 2 3 5 8 13 21 34 55 89 144 ... 0+1=1 1+1=2 1+2=3 you add up the first two numbers and the equal the next and so on... kofie2468


How do you get Fibonacci numbers?

The Fibonacci Series is a sequence of numbers produced by adding the last two numbers to get the next. It arbitrarily starts with 0, 1. The first few terms are: 0, 1, 1, 2, 3, 5, 8, 13 ... after 0, 1 these are generated by 0+1=1 1+1=2 2+1=3 2+3=5 3+5=8


What number is missing from 1 2 3 5 13?

It is almost the Fibonacci sequence, which is 0 1 1 2 3 5 8 13 21 34 55 ...1 + 2 = 32 + 3 = 53 + 5 = 85 + 8 = 13So, the sequence is 1 2 3 5 8 13