A154934 Primes in A154933.
3, 11, 17, 37, 47, 59, 67, 127, 139, 173, 241, 367, 373, 383, 431, 523, 541, 569, 613, 631, 673, 683, 691, 829, 967, 977, 1019, 1063, 1163, 1213, 1249, 1291, 1301, 1303, 1327, 1367, 1439, 1483, 1487, 1601, 1607, 1609, 1733, 1747, 1789, 1801, 1823, 1907
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
lst={}; Do[p=n^6-2; If[PrimeQ[p], If[PrimeQ[n], AppendTo[lst,n]]], {n,0,3*7!}]; lst