PROJECT EULER · #0090
Cube Digit Pairs
Each of the six faces on a cube has a different digit (
For example, the square number

In fact, by carefully choosing the digits on both cubes it is possible to display all of the square numbers below one-hundred:
For example, one way this can be achieved is by placing
However, for this problem we shall allow the
In determining a distinct arrangement we are interested in the digits on each cube, not the order.
is equivalent to is distinct from
But because we are allowing
How many distinct arrangements of the two cubes allow for all of the square numbers to be displayed?
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.