answersLogoWhite

0


Best Answer

The Fibonacci seuqnce is defined iteratively as follows:

U1 = 1, U2 = 1

and

Un = Un-2 + Un-1 for n>2

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the nth term for the Fibonacci sequence?
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


What is the nth term of sequence 2246101626?

The sequence S = 2, 2, 4, 6, 10, 16, 26, ... is the Fibonacci sequence multiplied by 2. Like the Fibonacci sequence, each term is found by adding the two previous terms, so Sn = Sn-1 + Sn-2.


What is the ninth term in the Fibonacci sequence?

The 9th term of the Fibonacci Sequence is 34Fibonacci Sequence up to the 15th term:1123581321345589144233377610


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


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 nth term sequence for 3n?

123456789 * * * * * The nth term is 3n


What is the nth term rule if the linear sequence 1,7,13,19,25?

6n-5 is the nth term of this sequence


What are the first 4 terms of the sequence which has the nth term formula?

the first 4 terms of the sequence which has the nth term is a sequence of numbers that that goe together eg. 8,12,16,20,24 the nth term would be 4n+4


What is the nth term for -3052?

A single number, such as -3052 cannot define a sequence and, without a sequence you cannot have an nth term.


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.


What is the nth term if the sequence is 32 28 24?

The nth term is (36 - 4n)


What is the nth term of this sequence 3 5 7 9 11?

The nth term of the sequence is 2n + 1.