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!)
A126425 Primes of the form k^5-k-1. 8
29, 239, 1019, 3119, 99989, 161039, 759359, 1048559, 1419839, 2476079, 3199979, 4084079, 14348879, 17210339, 24299969, 45435389, 60466139, 164916179, 254803919, 312499949, 550731719, 1934917559, 2373046799, 3707398349 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Every number give rest 29 when divided 30, rest 9 when divided 10, rest 4 when divided 5
LINKS
FORMULA
a(n) = A126426(A126427(n)). - Amiram Eldar, Mar 13 2020
MATHEMATICA
a = {}; Do[If[PrimeQ[x^5 - x - 1], AppendTo[a, x^5 - x - 1]], {x, 1, 100}]; a
Select[Table[k^5-k-1, {k, 90}], PrimeQ] (* Harvey P. Dale, Apr 21 2024 *)
CROSSREFS
Sequence in context: A140845 A223837 A126426 * A224145 A225009 A177419
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 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 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)