document.write( "Question 1209349: Find the number of bases n \ge 2$ such that 100_n + 1_n is prime. \n" ); document.write( "
Algebra.Com's Answer #848584 by math_tutor2020(3816)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "100n+1n = 101n where n is an integer such that \"n+%3E=+2+\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "101n = 101 base n\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To convert 101n to base 10 we will use this quadratic polynomial.
\n" ); document.write( "1*n^2 + 0*n^1 + 1*n^0
\n" ); document.write( "The coefficients 1,0,1 are from 101n
\n" ); document.write( "The exponents 2,1,0 count down by 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The expression
\n" ); document.write( "1*n^2 + 0*n^1 + 1*n^0
\n" ); document.write( "simplifies to
\n" ); document.write( "n^2 + 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So 101n converts to n^2+1 base 10.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A few examples are
\n" ); document.write( "1012 = 2^2 + 1 = 510
\n" ); document.write( "1013 = 3^2 + 1 = 1010
\n" ); document.write( "1014 = 4^2 + 1 = 1710
\n" ); document.write( "1015 = 5^2 + 1 = 2610
\n" ); document.write( "1016 = 6^2 + 1 = 3710
\n" ); document.write( "1017 = 7^2 + 1 = 5010
\n" ); document.write( "1018 = 8^2 + 1 = 6510
\n" ); document.write( "1019 = 9^2 + 1 = 8210
\n" ); document.write( "10110 = 10^2 + 1 = 10110
\n" ); document.write( "You can confirm each claim with a calculator such as this one\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Of that list of examples we see the following primes in base ten: 5, 17, 37, 101
\n" ); document.write( "Any prime in base 10 converts to a prime back in base n.
\n" ); document.write( "For instance, 1014 is prime (since 1710 is prime). We cannot multiply smaller integer values in base 4 to arrive at 1014\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the original problem is equivalent to asking: \"What integer values of n will make n^2+1 prime?\" \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "As far as I know, the problem is unsolved in the mathematics community. Many topics about primes are also unsolved.
\n" ); document.write( "Refer to this page and this page for further discussion.
\n" ); document.write( "The last link mentions \"It is conjectured that this sequence is infinite, but this has never been proved.\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It's quite possible that there might be a proof out there somewhere that I haven't found; or a proof could come along later in the future. I'll let another tutor chime in.
\n" ); document.write( "
\n" ); document.write( "
\n" );