A154936 Primes in A154935.
7, 199, 211, 337, 367, 1231, 1321, 1627, 1741, 2161, 2251, 2551, 3259, 3769, 3877, 3931, 4099, 4591, 4759, 4789, 6829, 7297, 7867, 8221, 8887, 9049, 9181, 9337, 9349, 11959, 12697, 12919, 13411, 13591, 14827, 15187, 15217, 15817, 15877, 15889
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
lst={}; Do[p=n^7-2; If[PrimeQ[p], If[PrimeQ[n], AppendTo[lst,n]]], {n,0,8!}]; lst