Consider the Fibonacci sequence .
We let be the number of ways of representing an integer as the sum of different Fibonacci numbers.
For example, and hence .
By convention .
Further we define
You are given and .
Find .
755. 不是齐肯多夫表示
考虑斐波那契数列 。
记 为:将整数 写为不同的斐波那契数的和的方法数。
例如,有 ,于是有 。按惯例,我们令 。
进一步定义
你已知 、。
求 。
点 这个链接 回到源站。
点 这个链接 回到详细版题目目录。