663 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			663 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f5181000cf542c51002a | 5 | Problem 427: n-sequences | Задача 427: n-последовательности | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler427(), 97138867, "<code>euler427()</code> should return 97138867.");'
Challenge Seed
function euler427() {
  // Good luck!
  return true;
}
euler427();
Solution
// solution required