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!)
A124253 Numbers k such that 1 + k^3 + k^5 is prime. 1
1, 2, 3, 5, 6, 9, 17, 20, 23, 27, 30, 39, 41, 47, 51, 57, 68, 72, 74, 78, 80, 96, 105, 111, 113, 122, 126, 131, 132, 134, 137, 143, 144, 149, 153, 161, 174, 176, 182, 189, 249, 251, 254, 263, 264, 281, 282, 293, 300, 311, 317, 321, 324, 342, 344, 350, 354, 363 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[400], PrimeQ[1+#^3+#^5]&] (* Harvey P. Dale, Apr 10 2012 *)
PROG
(Magma) [n: n in [0..400] | IsPrime(1+n^3+n^5)] // Vincenzo Librandi, Mar 26 2010
(PARI) is(n)=isprime(1+n^3+n^5) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A138538 A240555 A102694 * A256230 A079371 A131761
KEYWORD
nonn,easy
AUTHOR
Zak Seidov, Dec 12 2006
EXTENSIONS
More terms from Vincenzo Librandi, Mar 26 2010
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)