answersLogoWhite

0


Best Answer

1+1+2+3+5+8+13+21+34+55+89+144+233 = 609

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the sum of the first 13 terms in the Fibonacci sequence?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why did Fibonacci find his sequence so interesing?

because you add the first 2 terms and the next tern was the the sum of the first 2 terms.


How would one describe a Fibonacci number?

A Fibonacci number, Fibonacci sequence or Fibonacci series are a mathematical term which follow a integer sequence. The first two numbers in Fibonacci sequence start with a 0 and 1 and each subsequent number is the sum of the previous two.


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.


How are the numbers in the Fibonacci sequence generated?

-- Start with 0, 1 . -- Each term is then the sum of the two terms before it.


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.


Find the sum of all the even-valued terms in the Fibonacci sequence which do not exceed four million?

This question is posed on ProjectEuler, it is for you to figure out the answer.


Is there an explicit rule for the Fibonacci sequence?

Each term is the sum of the 2 preceding terms; where the first 2 terms are 1 and 1. So 1, 1, 2, 3, 5, 8, 13, 21 etc.


What is the sequence for 0112358?

That's the famous Fibonacci sequence, where every term is the sum of the previous two.


What number comes next 1 2 5 13 34?

This is a Fibonacci sequence with alternate terms omitted. The first two numbers in the Fibonacci sequence are 0 and 1, and each subsequent number is the sum of the previous two. (0),1,(1),2,(3),5,(8),13,(21),34,(55),89 The bracketed terms are the omitted terms. The next number would thus be 89


What is the explanation for the Fibonacci sequence?

The Fibonacci sequence is defined as follows:f(1) = 1,f(2) = 1 andf(n) = f(n-1) + f(n-2) for all n >2.The first two are the "seeds" and the third is the recursive formula which states that each term, after the second, is the sum of the two preceding terms.


What is the upper bound of the sum of the elements in the Fibonacci sequence?

There is no upper bound to the sum of the numbers in the Fibonacci sequence; both the last number in the series and consequently the sum of all these numbers can be made as large as desired by continuing the series to sufficiently many numbers.


What sequence is 9 2 2 4 6 10?

Ignoring the "9" , then this is a Fibonacci sequence. 2,2,4,6,10 The first two terms are 'seed' terms then successive terms equal the sum of the two previous terms. 2 + 2 = 4 2 + 4 = 6 4 + 6 = 10 The next term would be 6 + 10 = 16.