A375217 Primes p such that p^64 + 2^64 is prime.
37, 53, 181, 491, 547, 619, 661, 677, 911, 941, 1297, 1423, 1867, 2441, 2687, 3137, 3571, 5387, 5821, 5881, 6449, 6551, 6899, 8263, 8537, 8999, 9803, 9931, 10861, 11057, 11131, 11423, 12377, 12941, 13147, 14009, 14519, 14759, 14813, 15493, 16103, 16573, 19949
Offset: 1
Keywords
Links
- Mykhailo Papenko, Table of n, a(n) for n = 1..8079
- Mykhailo Papenko, Primes-Made-Up-of-Primes, Github.
Crossrefs
6th row of A132260.
Programs
-
Java
/* see link for code with instructions */
-
Mathematica
Select[Prime[Range[2255]],PrimeQ[#^64+2^64]&] (* James C. McMahon, Nov 19 2024 *)
Formula
p^64 + 2^64 ∈ A000040 (p^64 + 2^64 belongs to the set of the prime numbers)
Comments