← Complete problem index

PROJECT EULER · #0172

Few Repeated Digits

Statement only · SolvedOriginal problem ↗

How many 18-digit numbers n (without leading zeros) are there such that no digit occurs more than three times in n?

Write-up coming later

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