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

 


A126427
Numbers k for which k^5-k-1 is prime.
8
2, 3, 4, 5, 10, 11, 15, 16, 17, 19, 20, 21, 27, 28, 30, 34, 36, 44, 48, 50, 56, 72, 75, 82, 84, 97, 101, 103, 105, 109, 113, 117, 130, 133, 141, 154, 157, 163, 177, 179, 188, 197, 204, 207, 218, 240, 248, 249, 250, 252, 262, 268, 281, 283, 285, 286, 291, 301, 305, 315
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from T. D. Noe)
MATHEMATICA
a = {}; Do[If[PrimeQ[x^5 - x - 1], AppendTo[a, x]], {x, 1, 1000}]; a
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 26 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 07:29 EDT 2024. Contains 376079 sequences. (Running on oeis4.)