← Complete problem index

PROJECT EULER · #0432

Totient Sum

Statement only · UnsolvedOriginal problem ↗

Let S(n,m)=ϕ(n×i) for 1im. (ϕ is Euler's totient function)
You are given that S(510510,106)=45480596821125120.

Find S(510510,1011).
Give the last 9 digits of your answer.

Write-up coming later

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