Question
Like the Fibonacci sequence, a certain sequence satisfies the recurrence relation an=an−1+an−2. Unlike the Fibonacci sequence, however, the first two terms are a1=4 and a2=1.
Find a32.
Find a32.
Answers
Heck, just start listing the terms:
4,1,5,6,11,17,28,...
It's not a big job to find the 32nd term.
4,1,5,6,11,17,28,...
It's not a big job to find the 32nd term.
Definition: An arithmetic sequence is a sequence of the form
a, a + d, a + 2d, a + 3d, a + 4d, …
The number a is the first term, and d is the common difference of the
sequence. The nth term of an arithmetic sequence is given by
an = a + (n – 1)d
The number d is called the common difference because any two consecutive terms of an
arithmetic sequence differ by d, and it is found by subtracting any pair of terms an and
an+1. That is
d = an+1 – an
a, a + d, a + 2d, a + 3d, a + 4d, …
The number a is the first term, and d is the common difference of the
sequence. The nth term of an arithmetic sequence is given by
an = a + (n – 1)d
The number d is called the common difference because any two consecutive terms of an
arithmetic sequence differ by d, and it is found by subtracting any pair of terms an and
an+1. That is
d = an+1 – an
I don't know
Related Questions
One interesting property of a Fibonacci sequence is that the ratio of the values of adjacent members...
Find three examples of the Fibonacci sequence in nature. Write a paragraph for each example. For eac...
The Fibonacci sequence 1, 1, 2, 3, 5, 8, 13, 21, ... starts with two 1s, and each term afterwards is...
Recall that the Fibonacci sequence {fn} is defined as follows: f1 = f2 = 1, and
Fn = fn−2 + fn−1,...