[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 26 2006
STATUS
approved