Find the smallest (positive) prime , such that for some integer ,
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c) loading the
non-javascript version of this page. We're sorry about the hassle.
This is my solution using python:
When we check n=2,3,5,7,11,13,17,19,23,29, we don't get value of i. But when p=31, we get i=16 and 15. So the answer p=31