An Ordered Primitive Pythagorean Triple $(a,b,c)$ is one in which $a \le b \le c$ are coprime and $a^2+b^2 = c^2$.
$f(n) = |\{(a,b,c)~|~ a^2+b^2=c^2,a\le b\le c,~c \le n\}|$.
Function $f(n)$ defines the number of all distinct Ordered Primitive Pythagorean Triple $(a,b,c)$ with $c \le n$. For example,
$f(4) = 0$
$f(5) = 1$ with triple $(3,4,5)$
Conjecture: for any $\epsilon > 0$, there exists $N_0$ such that $\forall n \ge N_0, \frac{n}{f(n)} \in (2 \pi - \epsilon, 2 \pi + \epsilon)$.
Question:I'd like to ask is there anyone has proposed such conjecture or is there any proof (true or false) for this conjecture?
Here are the first several triples
n f(n) n/f(n)
5 1 5
13 2 6.5
17 3 5.66666666666667
25 4 6.25
[3, 4, 5]
[5, 12, 13]
[8, 15, 17]
[7, 24, 25]