Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com> Co-authored-by: Beau Carnes <beaucarnes@gmail.com>
		
			
				
	
	
	
		
			1.7 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.7 KiB
		
	
	
	
	
	
	
	
id, challengeType, isHidden, title, forumTopicId
| id | challengeType | isHidden | title | forumTopicId | 
|---|---|---|---|---|
| 5900f54a1000cf542c51005c | 5 | false | Problem 477: Number Sequence Game | 302154 | 
Description
Instructions
Tests
tests:
  - text: <code>euler477()</code> should return 25044905874565164.
    testString: assert.strictEqual(euler477(), 25044905874565164);
Challenge Seed
function euler477() {
  // Good luck!
  return true;
}
euler477();
Solution
// solution required