← Complete problem index

PROJECT EULER · #0546

The Floor's Revenge

Statement only · UnsolvedOriginal problem ↗

Define fk(n)=i=0nfk(ik) where fk(0)=1 and x denotes the floor function.

For example, f5(10)=18, f7(100)=1003, and f2(103)=264830889564.

Find (k=210fk(1014))mod(109+7).

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.