Not Zeckendorf

Problem Statement

Consider the Fibonacci sequence $\{1,2,3,5,8,13,21,\ldots\}$.

We let $f(n)$ be the number of ways of representing an integer $n\ge 0$ as the sum of different Fibonacci numbers.
For example, $16 = 3+13 = 1+2+13 = 3+5+8 = 1+2+5+8$ and hence $f(16) = 4$. By convention $f(0) = 1$.

Further we define $$S(n) = \sum_{k=0}^n f(k).$$ You are given $S(100) = 415$ and $S(10^4) = 312807$.

Find $\displaystyle S(10^{N^2})$. 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)
🥈 icy
100.00 (100)
🥉 liuguangxi
100.00 (100)
4 jonnytang
1.00 (2)
5 mmtg
1.00 (1)

Data

Stats

Your submissions will appear here

Recent Submissions

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