← Complete problem index

PROJECT EULER · #0731

A Stoneham Number

Statement only · SolvedOriginal problem ↗

A=i=113i103i

Define A(n) to be the 10 decimal digits from the nth digit onward. For example, A(100)=4938271604 and A(108)=2584642393.

Find A(1016).

Write-up coming later

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