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.

Showing 1-1 of 1 results.

A201307 Primes of the form k^3+4.

Original entry on oeis.org

5, 31, 347, 733, 6863, 15629, 19687, 91129, 250051, 328513, 493043, 614129, 658507, 970303, 1092731, 1295033, 1520879, 1601617, 2146693, 2352641, 3048629, 4826813, 5359379, 6128491, 7414879, 8869747, 12977879, 21253937, 21717643
Offset: 1

Views

Author

Vincenzo Librandi, Nov 30 2011

Keywords

Crossrefs

Programs

  • Magma
    [a: n in [0..800] | IsPrime(a) where a is n^3+4];
  • Mathematica
    Select[Table[n^3+4,{n,0,7000}],PrimeQ]
Showing 1-1 of 1 results.