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.

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

Original entry on oeis.org

61, 37447, 111109, 271451, 1118479, 2000717, 5399041, 8308823, 17847787, 34636831, 133878821, 318877549, 790779659, 1475634067, 1705057969, 2924670137, 5337978007, 12284650663, 14830601147, 23073112417, 40380555731, 50414324357, 372777302329, 766855252057
Offset: 1

Views

Author

Alex Ratushnyak, Apr 27 2012

Keywords

Crossrefs

Programs

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