what is the numbers that satisfies the pythagoras theorem ?
https://commons.wikimedia.org/wiki/File:Pythagorean.svg#/media/File:Pythagorean.svg
A Pythagorean triple consists of three positive integers a, b, and c, such that a2 + b2 = c2. Such a triple is commonly written (a, b, c), and a well-known example is (3, 4, 5). If (a, b, c) is a Pythagorean triple, then so is (ka, kb, kc) for any positive integer k.
Generating a triple:
A fundamental formula for generating Pythagorean triples given an arbitrary pair of positive integers m and n with m > n. The formula states that the integers
a=m2−n2, b=2mn, c=m2+n2
or
a=k⋅(m2−n2), b=k⋅(2mn), c=k⋅(m2+n2)
form a Pythagorean triple.
Example:
If m=2 and n=1:a=22−12=4−1=3b=2⋅2⋅1=4c=22+12=4+1=5
Pythagorean triple (3, 4, 5), because 32+42=52