cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A126422 Primes of the form k^4-k-1.

Original entry on oeis.org

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
Offset: 1

Views

Author

Artur Jasinski, Dec 26 2006

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; Do[If[PrimeQ[x^4 - x - 1], AppendTo[a, x^4 - x - 1]], {x, 1, 100}]; a
    Select[Table[n^4-n-1,{n,100}],PrimeQ] (* Harvey P. Dale, Aug 27 2013 *)

Formula

a(n) = A126423(A126424(n)). - Amiram Eldar, Mar 13 2020

Extensions

Definition corrected by Charles R Greathouse IV, Mar 11 2008