← Complete problem index

PROJECT EULER · #0379

Least Common Multiple Count

Statement only · UnsolvedOriginal problem ↗

Let f(n) be the number of couples (x,y) with x and y positive integers, xy and the least common multiple of x and y equal to n.

Let g be the summatory function of f, i.e.: g(n)=f(i) for 1in.

You are given that g(106)=37429395.

Find g(1012).

Write-up coming later

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