A182384 Primes of the form k^5 + k^4 + k^3 + k^2 + k - 1.
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
Keywords
Programs
-
Mathematica
Select[Table[n^5 + n^4 + n^3 + n^2 + n - 1, {n, 0, 300}], PrimeQ] (* T. D. Noe, Apr 27 2012 *)