2. Even Fibonacci Numbers

Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be:

1,2,3,5,8,13,21,34,55,89,

By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms.

2. 偶斐波那契数

斐波那契数列中,每一项都是其前两项的和。若斐波那契数列的开始两项是 12,那么该数列的前十项为:

1,2,3,5,8,13,21,34,55,89,

斐波那契数列中所有不超过四百万的项中,所有偶数的和是?


这个链接 回到源站。

这个链接 回到详细版题目目录。