Finds the nth term of the sequence 1, 1, 2, 3, 5, 8 …, in which each term is the sum of the two before it. The sum to the nth term, which is the term two places on less 1, and the ratio to the next term are also shown. That ratio closes in on the golden ratio, 1.618… .
The sequence 1, 1, 2, 3, 5, 8, 13 and so on, where each term is the sum of the two before it.
It starts from and . Alongside the nth term, the sum to it and the ratio to the next term are given.
The sum of the first terms is . Rather than adding them one by one, take the term two places on and subtract 1.
The tenth term is 55. The sum to it is , and adding by hand gives 143 too. The ratio to the next term is , about 1.618.
The ratio of neighbouring terms approaches the golden ratio, . By the tenth term it agrees to three decimal places, and past the twentieth to eight.
Keep at 76 or below. The sum uses the term two places on, and that is as far as whole numbers stay exact in double precision.
Some conventions start from a zeroth term of 0. Here the first term is 1.