Representing integers as the sum of two squares By Daniel Șuteu October 26, 2017 In this post we present a recursive algorithm for finding all the possible representations, as a sum of two squares, for any given integer that can be expressed this way. Read more
Representing integers as the difference of two squares By Daniel Șuteu October 25, 2017 Most integers can be represented as a difference of two squares, where each square is a non-negative integer. Read more