title: Problem 441 date: 2013/10/20 10:00:00 --- *** # [Problem 441](https://projecteuler.net/problem=441) *** [Xem đề gốc (tiếng Anh)](https://projecteuler.net/problem=441) ## **Tổng nghịch đảo các cặp nguyên tố cùng nhau** $f(n) = \sum_{\gcd(i,j)=1, 1 \le i < j \le n} 1/(ij)$. Tính $\lfloor f(10^5) \rfloor$. ***