The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A125261 Numbers n such that n^6 + 5 is prime. 7
0, 18, 24, 114, 204, 216, 222, 246, 276, 312, 318, 372, 384, 426, 438, 468, 498, 582, 618, 654, 822, 888, 948, 984, 1182, 1188, 1272, 1278, 1284, 1374, 1446, 1536, 1674, 1782, 1788, 1794, 1806, 1812, 1896, 2034, 2058, 2088, 2124, 2154, 2232, 2238, 2376 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
lst={}; k=6; Do[If[PrimeQ[n^k+k-1], AppendTo[lst, n]], {n, 0, 10^4}]; lst (* Vladimir Joseph Stephan Orlovsky, Sep 10 2008 *)
Select[Range[0, 2500], PrimeQ[#^6+5]&] (* Harvey P. Dale, Aug 29 2012 *)
PROG
(PARI) is(n)=isprime(n^6+5) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Other sequences of the type "Numbers n such that n^k + k - 1 is prime": A000040 (k=1), A005574 (k=2), A067200 (k=3), A125259 (k=4), A125260 (k=5), this sequence(k=6), A125262 (k=7), A125263 (k=8), A125264 (k=10), A125265 (k=11)..
Sequence in context: A341295 A364998 A369540 * A248102 A166646 A109144
KEYWORD
nonn
AUTHOR
Zak Seidov, Nov 26 2006
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 May 20 12:27 EDT 2024. Contains 372712 sequences. (Running on oeis4.)