A162291 Primes of the form n^3-n^2-1.
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
Keywords
Links
- Ivan Neretin, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Table[n^3-n^2-1,{n,0,250}],PrimeQ] (* Harvey P. Dale, Dec 08 2013 *)
Formula
Extensions
Comment abbreviated by R. J. Mathar, Jul 31 2007
Comments