Pythagorean Triple Generator
List primitive Pythagorean triples (a, b, c) with c ≤ N.
Enter an upper bound for c (≥ 5), or load an example.
About this tool
Uses Euclid's formula with parity and coprimality filtering to generate only the primitive triples — multiples are excluded.