|
| |
|
|
A126422
|
|
Primes of the form n^4-n-1.
|
|
10
| |
|
|
13, 251, 619, 1289, 2393, 6551, 14629, 28547, 65519, 159979, 279817, 456949, 2313401, 2559959, 3111653, 3748051, 6249949, 7890427, 9150569, 10555943, 12959939, 13845779, 21381307, 25411609, 35152963, 38950001, 45212093
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| a = {}; Do[If[PrimeQ[x^4 - x - 1], AppendTo[a, x^4 - x - 1]], {x, 1, 100}]; a
|
|
|
CROSSREFS
| Cf. A002327, A002328, A116581, A126420, A126421.
Sequence in context: A027400 A053100 A183416 * A106738 A001508 A157946
Adjacent sequences: A126419 A126420 A126421 * A126423 A126424 A126425
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Artur Jasinski (grafix(AT)csl.pl), Dec 26 2006
|
|
|
EXTENSIONS
| Definition corrected by Charles R Greathouse IV, Mar 11 2008
|
| |
|
|