A182785 Primes p such that 2*p^4-1 is also prime.
2, 5, 7, 47, 79, 103, 131, 139, 149, 173, 197, 229, 307, 313, 331, 373, 439, 541, 547, 593, 659, 743, 761, 797, 853, 859, 863, 883, 919, 937, 1051, 1093, 1097, 1163, 1171, 1301, 1303, 1451, 1471, 1549, 1601, 1657, 1721, 1861, 1973, 2039, 2081, 2087, 2099, 2129, 2161, 2239, 2269, 2393, 2417, 2437, 2473, 2521
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Magma
[p: p in PrimesUpTo(2600)| IsPrime(2*p^4 - 1)]; // Vincenzo Librandi, Apr 17 2013
-
Mathematica
Select[Prime[Range[500]], PrimeQ[2 #^4 - 1]&] (* Vincenzo Librandi, Apr 17 2013 *)