Building Numbers
Time for another graph. If you take the digits in a number, and use any combination of +, -, * and /, then you can build other numbers. For example, with the number 62 you can make 3 (6 / 2), 4 (6 - 2), 8 (6 + 2) and 12 (6 * 2). So if you take all the two digit numbers, then find out which ones can build other two digit numbers. An arrow from a number to another indicates that it can build the other:

Or 3 digit numbers:

You can also do it in different bases, like octal:
These are the 3 (octal) digit connections:

Not much else too this. I just like graphs.

RSS