← Complete problem index

PROJECT EULER · #0063

Powerful Digit Counts

Statement only · SolvedOriginal problem ↗

The 5-digit number, 16807=75, is also a fifth power. Similarly, the 9-digit number, 134217728=89, is a ninth power.

How many n-digit positive integers exist which are also an nth power?

Write-up coming later

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