← Complete problem index

PROJECT EULER · #0974

Very Odd Numbers

Statement only · SolvedOriginal problem ↗

A very odd number is a number which contains only odd digits and is divisible by 105. Further each odd digit occurs an odd number of times.

Define Θ(n) be the nth very odd number, then Θ(1)=1117935 and Θ(103)=11137955115.

Find Θ(1016).

Write-up coming later

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