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.

A162291 Primes of the form n^3-n^2-1.

Original entry on oeis.org

3, 17, 47, 179, 293, 647, 1583, 2027, 5507, 8819, 10163, 26099, 34847, 95219, 108287, 181943, 191747, 223259, 283139, 296273, 416249, 486797, 606899, 650933, 720899, 821747, 875519, 960497, 989999, 1179779, 1355309, 1468547, 1587923, 1629107
Offset: 1

Views

Author

Keywords

Comments

Generated by the n of A162293.

Crossrefs

Cf. A087908, A162293 (corresponding n).

Programs

  • Mathematica
    Select[Table[n^3-n^2-1,{n,0,250}],PrimeQ] (* Harvey P. Dale, Dec 08 2013 *)

Formula

A087908 INTERSECT A000040 - R. J. Mathar, Jul 31 2007

Extensions

Comment abbreviated by R. J. Mathar, Jul 31 2007