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.

A182385 Primes of the form k^4 + k^3 + k^2 + k - 1.

Original entry on oeis.org

3, 29, 1553, 4679, 16103, 22619, 111149, 837929, 1082399, 2374319, 2896403, 3835259, 6377549, 16007039, 18129539, 23000459, 27252359, 30397349, 32068199, 37495769, 55344353, 75618299, 118121639, 132316199, 147753209, 230762759, 254063753, 386923739
Offset: 1

Views

Author

Alex Ratushnyak, Apr 27 2012

Keywords

Crossrefs

Cf. A088548.

Programs

  • Mathematica
    Select[Table[n^4 + n^3 + n^2 + n - 1, {n, 0, 300}], PrimeQ] (* T. D. Noe, Apr 27 2012 *)