Tree of primitive Pythagorean triples

ID: tree-of-primitive-pythagorean-triples

A **primitive Pythagorean triple** consists of three positive integers \( (a, b, c) \) that satisfy the equation \( a^2 + b^2 = c^2 \) and have a greatest common divisor (gcd) of 1, meaning they are coprime.

New to topics? Read the docs here!