Posts tagged week 1
Parallel (Simon Singh): Happy Numbers

So for a number to be happy, just take the digits, square each digit and add all the squares to create a new number. Then repeat the process with the new number, and continue until you end up with the number 1 or find the numbers stuck in a repeating loop that does not contain 1.

Read More