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!)
A154933 Numbers k such that k^6 - 2 is prime. 6
3, 11, 17, 35, 37, 47, 49, 59, 67, 77, 99, 123, 127, 133, 139, 155, 161, 169, 173, 187, 195, 213, 225, 231, 237, 241, 245, 247, 253, 275, 279, 297, 319, 325, 367, 373, 381, 383, 385, 399, 411, 425, 431, 469, 507, 511, 523, 541, 545, 553, 569, 585, 589, 609 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lst={}; Do[p=n^6-2; If[PrimeQ[p], AppendTo[lst, n]], {n, 1, 7!}]; lst
PROG
(PARI) isA154933(n) = isprime(n^6-2) \\ Michael B. Porter, Oct 06 2009
CROSSREFS
Sequence in context: A340541 A186424 A018520 * A197225 A181507 A154934
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(1) = 0 removed by Amiram Eldar, Apr 04 2020
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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)