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.

A126424 Numbers k for which k^4-k-1 is prime.

Original entry on oeis.org

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

Views

Author

Artur Jasinski, Dec 26 2006

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; Do[If[PrimeQ[x^4 - x - 1], AppendTo[a, x]], {x, 1, 1000}]; a