For which integers n∈{1,2,…,15} is nn+1 a prime number?
A number or a short expression. Spacing and $ signs are ignored.
Solution
n=1 works. If n has an odd prime factor, you can factor, and this is simulated also by n=8: a2k+1+1=(a+1)(i=0∑2k(−a)i) with both parts larger than one when a>1 and k>0. So it remains to check 2 and 4, which work. Thus the answers are 1,2,4.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: Omni-MATH,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.