619 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			619 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f3ce1000cf542c50fee0 | 5 | Problem 97: Large non-Mersenne prime | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler97(), 8739992577, "<code>euler97()</code> should return 8739992577.");'
Challenge Seed
function euler97() {
  // Good luck!
  return true;
}
euler97();
Solution
// solution required