359 B
359 B
id, title, challengeType, videoUrl
| id | title | challengeType | videoUrl |
|---|---|---|---|
| 5900f48f1000cf542c50ffa2 | 问题291:Panaitopol素数 | 5 |
--description--
如果对于某些正整数x和y,素数p称为Panaitopol素数。
找出多少个Panaitopol素数小于5×1015。
--hints--
euler291()应该返回4037526。
assert.strictEqual(euler291(), 4037526);