( ! ) Notice: session_start() [function.session-start]: Server 127.0.0.1 (tcp 21201) failed with: Failed reading line from stream (0) in /var/www/html/common-trunk/SWAT/SWAT.php5 on line 108
Call Stack
#TimeMemoryFunctionLocation
10.0010171336{main}( )../viewChallenge.php5:0
20.0020286072include_once( '/var/www/html/hpcu/config/standardIncludes.php5' )../viewChallenge.php5:20
30.089211551952SWAT->startSession( )../standardIncludes.php5:138
40.089311551976session_start ( )../SWAT.php5:108
HPC University: Repeating Number Chains
 
Sunday July 31, 2011
Here, you'll be investigating an interesting property of a numerical sequence.
A number chain is created by continuously adding the square of the digits in a number to form a new number until it has been seen before.

For example,

44>>>32>>>13>>>10>>>1>>>1
85>>>89>>>145>>>42>>>20>>>4>>>16>>>37>>>58>>>89

Therefore any chain that arrives at 1 or 89 will become stuck in an endless loop. What is most significant is that every starting number will eventually arrive at 1 or 89.

How many starting numbers below one million will arrive at 89?

(This problem and its text come from Project Euler).
Show solution
Challenge Resources:
©1994-2025   |   Shodor   |   Privacy Policy   |   NSDL   |   XSEDE   |   Blue Waters   |   ACM SIGHPC   |   feedback  |   facebook   |   twitter   |   rss   |   youtube   |   XSEDE Code of Conduct   |   Not Logged In. Login