answersLogoWhite

0

What is the pattern 1-1-2-3-5-8-13-21?

Updated: 4/28/2022
User Avatar

Wiki User

10y ago

Best Answer

You add the 2 numbers before e.g. 2+3=5

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the pattern 1-1-2-3-5-8-13-21?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Code that will print 1123581321?

int main (void) { puts ("1123581321"); return 0; }


What is the next number this pattern 1123581321?

If you mean: 1 1 2 3 5 8 13 21 then the next number is 13+21 = 34


What comes next 1123581321..?

The next number will be 13+21 = 34


What are the next three terms in the Fibonacci sequence 1123581321?

34-55-89 are.


1123581321 then what number comes next?

34, then 55, then 89, then 144, 223, 376, 599, 975, 1574


What is one of the most famous number sequences in the world?

1123581321, this is one of the most famous number sequences in the world; the reason being is that ; the first two numers add up to the 3rd, the 3rd and 4th number add up to the 5th etc.


What is a pattern unit in a pattern?

a pattern but in letter


A kind of design that rhymes with burn?

Weren't.learnt


Write a c program to print 1 232 34543 5678765 using for loop?

If you visualize 1123581321 as a set of numbers (without spaces in between) instead of one number, you'll see that it's a set of the first 8 Fibnocci nos. - 1 1 2 3 5 8 13 21. The following program would print the required no. using a For looping structure. int main (void) { int i=1; int j=1; int k, num=1; for(k=0; k<7; k++){ if(k==0){ printf("%d", num); } printf("%d", num); //next no. is the sum of previous two nos. in the series i=j; j=num; num=i+j; // 1 + 1 = 2 ... 1 + 2 = 3 ... 2 + 3 = 5 ... 3 + 5 = 8 // sum=i + j ... i takes value of j ... j takes value of sum ... repeat. } }


What is the name given to a repetitious design?

Pattern


What is shrinking pattern?

A shrinking pattern is that a pattern that goes down


What is an explicit pattern rule?

A pattern that not only continue the pattern but find the value for the given term in the pattern.