A283354 Primes of the form 6k + 5 arising from an alternative proof that there are infinitely many primes of that form.
5, 11, 281, 15461, 1194748781, 636653, 41, 101, 4007847353, 71544139714543458911, 13553
Offset: 1
Examples
To start things off, let's say 5 is the only prime of the form 6k + 5. But 5 + 6 = 11, which is also a prime of that form. So our list is now {5, 11}. Since that has an even number of terms, we temporarily amend the list to {5, 5, 11}. Then 5^2 * 11 + 6 = 281, which is also a prime of that form. Our list is now {5, 11, 281}. Then 5 * 11 * 281 = 15461, which is prime. Our list is now {5, 11, 281, 15461}. Since that has an even number of terms, we temporarily amend the list to {5, 5, 11, 281, 15461}. Then 5^2 * 11 * 281 * 15461 + 6 = 1194748781, which is prime. Our list is now {5, 11, 281, 15461, 1194748781}. Then 5 * 11 * 281 * 15461 * 1194748781 + 6 = 285484928506498661 = 636653 * 448415272537, of which the former is a prime of the form 6k + 5 and the latter is not. Our list is now {5, 11, 281, 15461, 1194748781, 636653}. Since that has an even number of terms, we temporarily amend the list to {5, 5, 11, 281, 15461, 1194748781, 636653} Then 5^2 * 11 * 281 * 15461 * 1194748781 * 636653 + 6 = 908774180942239441008581 = 41 * 101 * 4007847353 * 54756991297, of which only the last factor is not of the form 6k + 5.
Crossrefs
Cf. A057206 (primes of the form 6k + 5 generated by the classic proof).
Comments