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.

A201260 Primes of the form k^3 + 5.

Original entry on oeis.org

5, 13, 1733, 2749, 13829, 17581, 54877, 74093, 110597, 175621, 287501, 474557, 636061, 778693, 1124869, 1560901, 2000381, 2628077, 3112141, 4410949, 6434861, 7077893, 7301389, 7762397, 11239429, 14172493, 18399749, 21024581, 25934341
Offset: 1

Views

Author

Vincenzo Librandi, Nov 29 2011

Keywords

Comments

Old name was "Primes of the form 8*n^3 + 5".

Crossrefs

Cf. A084381.

Programs

  • Magma
    [a: k in [0..300] | IsPrime(a) where a is 8*k^3+5];
  • Mathematica
    Select[Table[n^3 + 5, {n, 0, 298}], PrimeQ]

Extensions

Name simplified by Alex Ratushnyak, Apr 06 2013