login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154938 Numbers k such that k^6 - 2 and k^6 + 2 are both primes. 1
195, 213, 231, 657, 1563, 1749, 2967, 3597, 3627, 4263, 4887, 6867, 6993, 7257, 7725, 9045, 9201, 9717, 11595, 12579, 13029, 14145, 14259, 14367, 15837, 16131, 16581, 17259, 19905, 19917, 21081, 21711, 23127, 24435, 24921, 28299, 28707 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lst={}; Do[p1=n^6-2; p2=n^6+2; If[PrimeQ[p1]&&PrimeQ[p2], AppendTo[lst, n]], {n, 0, 9!}]; lst
PROG
(Magma) [n: n in [1..500] | IsPrime(n^6-2) and IsPrime(n^6+2)] // Vincenzo Librandi, Nov 26 2010
CROSSREFS
Intersection of A154933 and A216978.
Sequence in context: A045073 A204811 A234814 * A234100 A336333 A351803
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)