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!)
A126424 Numbers k for which k^4-k-1 is prime. 18
2, 4, 5, 6, 7, 9, 11, 13, 16, 20, 23, 26, 39, 40, 42, 44, 50, 53, 55, 57, 60, 61, 68, 71, 77, 79, 82, 92, 110, 111, 112, 123, 137, 139, 140, 147, 153, 154, 156, 169, 172, 174, 177, 183, 187, 189, 193, 198, 207, 214, 229, 230, 231, 239, 251, 258, 259, 272, 274, 279 (list; graph; refs; listen; history; text; internal format)
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^4 - x - 1], AppendTo[a, x]], {x, 1, 1000}]; a
CROSSREFS
Sequence in context: A242788 A026426 A026480 * A164317 A138620 A260820
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)