answersLogoWhite

0


Best Answer

Fn = Fn-1 + Fn-2

And F0 = F1 = 1

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the formula for nth Fibonacci number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you calculate the nth term in the Fibonacci sequence using C?

what? Assuming you wanted an algorithm to find the nth number in the Fibonacci sequence: double Fib(int i) { double x = 1; double y = 1; if (i


How do you calculate the explicit formula and the nth term of a Fibonacci sequence?

Good Question! After 6 years of math classes in college, and 30+ years of teaching (during which I took many summer classes) I've never seen an explicit formula for the nth term of the Fibonacci sequence. Study more math and maybe you can discover the explicit formula that you want.


What is the formula for finding the nth hexagonal number?

The nth hexagonal number is given by the formula: hn = 2n * (2n - 1) / 2


What is the formula of the nth term of Fibonacci sequence?

x(n)=x(n-1)+x(n-2) n, n-1 and n-1 are subscript.


When finding the nth term won't it be a number not a formula?

No, it will be a formula, because "the nth term" means that you have not defined exactly which term it is. So, you make a formula which works for ANY term in the sequence.


What is the nth term formula for the sequence 1 4 9 16 25 36?

Formula for nth termTn = a + (4n - 1) {where a is the first term and n is natural number}


What is the nth formula of 1422303846?

The nth formula is Un = 1422303846 for all n.


Formula of triangular numbers?

The nth triangular number is 0.5*n*(n+1)


What is the nth term for 0 1 1 2 3 5 8 13?

This is the Fibonacci sequence, where the number is the sum of the two preceding numbers. The nth term is the (n-1)th term added to (n-2)th term


What is the nth term for the Fibonacci sequence?

The Fibonacci seuqnce is defined iteratively as follows: U1 = 1, U2 = 1 and Un = Un-2 + Un-1 for n>2


Is 13 a Fibonacci number?

the first seven Fibonacci numbers are 1,1,2,3,5,8,13. 13 is a Fibonacci number.


What is the 365th Fibonacci number?

The 365th Fibonacci number is 8531073606282249384383143963212896619394786170594625964346924608389878465365.