628 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			628 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f5461000cf542c510058 | 5 | Problem 473: Phigital number base | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler473(), 35856681704365, "<code>euler473()</code> should return 35856681704365.");'
Challenge Seed
function euler473() {
  // Good luck!
  return true;
}
euler473();
Solution
// solution required