answersLogoWhite

0


Best Answer

By definition, 0 and 1 are the first two numbers. Each subsequent number is the sum of the previous two numbers.

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the first 12 numbers of the Fibonacci sequence?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What number in the Fibonacci sequence between 100 and 200 is a perfect square?

Answer 144 which is F(12) Reason 55 and 89 are the 10th and 11th Fibonacci numbers, If we add these we have 144 which is the 12 Fibonacci number and is a perfect square. I am using F(0) as the 0 Fibonacci number and F(1) as the first.


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 are the next three numbers in the pattern 3 9 12 21 33 54?

The next three numbers are: 87, 141, 228. Each number in the sequence after the first two is the sum of the previous two numbers. This is a variation of the Fibonacci sequence which starts with 1, 1, ... (and then continues ..., 2, 3, 5, 8, 13, ...).


What are the first 12 Fibonacci numbers?

1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144. By definition, the Fibonacci sequence starts with 0 and 1 and then continues. 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89. These are the first twelve.


What are the next two numbers in the sequence 4 6 8 9?

12 12


What is the next term in this sequence 4 7 12 20 33 54 88 143 232 376?

You can peg that out by looking at the difference between the numbers given: 3, 5, 8, 13, 21, 34, 55, 89, 144 You may recognize those differences as being numbers in the Fibonacci sequence, where each number is the sum of the two preceding ones. The next number in that sequence then would be 89 + 144, or 233, which means that the next number in the given sequence will be 376 + 233, or 609.


Nth term of the sequence 12 7 2 -3 .. I know what the next numbers in the sequence are but what is the expression for the nth term?

12 - 5(n-1)


Can you find the missing number from 12 11 18 14 24 17?

It is 30; the first, third, and fifth numbers form the sequence 12, 18, 24. The second, fourth, and sixth numbers follow the sequence 11, 14, 17. Logically, the seventh number must be 24 + 6, so 30.


Write a c programming to solve a Fibonacci sequence?

This code shows first 30 Fibonacci numbers:#include#includeusing std::cin;using std::cout;long next_Fibonacci();int main(){cout


What are the next 2 numbers in this sequence 48 24 12 6?

3 1.5


This sequence of four words triangle glove clock bicycle corresponds to this sequence of numbers 3 5 12 2?

True


What are the next three sequence terms for 25 36 49 64 81?

The first thing to notice is that all the numbers in the sequence are square numbers. 25=5x5 36=6x6 49=7x7 64=8x8 81=9x9 So the next three numbers to be squared are 10, 11 and 12. 10x10=100 11x11=121 12x12=144 Thus, the next three numbers in the sequence are 100, 121, 144 The equation for the sequence is (n+4)2