Multinumbers
Multinumbers are natural numbers that can be expressed as a sum of two squares in at least two distinct ways. Formally, a number n is called a multinumber if there exist two distinct unordered pairs {a, b} and {c, d} of positive integers such that a^2 + b^2 = c^2 + d^2 = n, with the pairs differing up to permutation. Representations that only differ by sign or by swapping the order of a and b are not counted as distinct.
The term is informal and not part of a universally adopted mathematical taxonomy. It is used in
Examples include 50, which equals 1^2 + 7^2 and 5^2 + 5^2; 65, which equals 1^2 + 8^2 and
See also sums of two squares, Fermat’s two-squares theorem, and taxicab numbers.