Problem

Fibonacci numbers are generated using a recursion rule that relates each number to the t...

Fibonacci numbers are generated using a recursion rule that relates each number to the two numbers that precede it. Similar sequences can be generated by using more than two numbers to determine a number in the sequence.

The Tribonacci numbers can be generated using the recursion rule Tn = Tn-1 + Tn-2 + Tn-3, where T1 = 1, T2 = 1, and T3 = 2.

a. Find the first 12 Tribonacci numbers.

b. Find the ratios of consecutive pairs of Tribonacci numbers from part (a); that is, calculate

What do you notice about the ratios?

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search