PUMaC 2010 · 数论(B 组) · 第 3 题
PUMaC 2010 — Number Theory (Division B) — Problem 3
题目详情
- Find the smallest positive integer n such that n + ( n + 1) is composite. 2
解析
- Find the smallest positive integer n such that n + ( n + 1) is composite. Solution: One can check that 17, 97, 337, and 881 are prime, and also that 17 · 113 = 1921, so the answer is 5. 2