PROJECT EULER · #0464
Möbius Function and Intervals
The Möbius function, denoted
if is squarefree (where is the number of distinct prime factors of ) if is not squarefree.
Let
Let
For example,
Let
-
, -
, and -
.
For example,
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.