P864
projecteuler.net

Square + 1 = Squarefree

ℹ️Published on Saturday, 18th November 2023, 10:00 pm; Solved by 185;
Difficulty rating: 65%

Let $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)$.



Soluzione

Last modified: May 01, 2025. Website built with Franklin.jl and the lovely Julia programming language.