Zeckendorf Representation

Problem Statement

Each new term in the Fibonacci sequence is generated by adding the previous two terms.
Starting with $1$ and $2$, the first $10$ terms will be: $1, 2, 3, 5, 8, 13, 21, 34, 55, 89$.

Every positive integer can be uniquely written as a sum of nonconsecutive terms of the Fibonacci sequence. For example, $100 = 3 + 8 + 89$.
Such a sum is called the Zeckendorf representation of the number.

For any integer $n \gt 0$, let $z(n)$ be the number of terms in the Zeckendorf representation of $n$.
Thus, $z(5) = 1$, $z(14) = 2$, $z(100) = 3$ etc.
Also, for $0 \lt n \lt 10^6$, $\sum z(n) = 7894453$.

Find $\sum z(n)$ for $0 \lt n \lt 10^{N^3}$. Give your answer modulo $1000000007$.

Submit Answers

You need to submit in the format: "N:problem(N)", possibly with multiple values at once, separated by commas, with $N$ between $1$ and $100$.

Top Users

🥇 shs10978
100.00 (100)
🥈 liuguangxi
100.00 (100)
🥉 icy
100.00 (100)
4 mmtg
1.00 (1)

Data

Stats

Your submissions will appear here

Recent Submissions

1
mmtg
$g(1)$, $2$ digits 1 week, 2 days ago
2
liuguangxi
$g(100)$, $9$ digits 2 weeks, 4 days ago
3
liuguangxi
$g(99)$, $9$ digits 2 weeks, 4 days ago
4
liuguangxi
$g(98)$, $9$ digits 2 weeks, 4 days ago
5
liuguangxi
$g(97)$, $9$ digits 2 weeks, 4 days ago