PE-CN / pe-cn-comments

2 stars 0 forks source link

Problem 864 | Project Euler | #866

Open sx349 opened 10 months ago

sx349 commented 10 months ago

https://pe-cn.github.io/864/

Problem 864 Square + 1 = SquarefreeLet $C(n)$ be the number of squarefree integers of the form $x^2 + 1$ such that $1 \le x \le n$. For example, $C(10) = 9$ and $C(1000) = 895$. Find $C(123567101113)