|
|
A187636
|
|
Primes of the form n^n-n!-n-1 (for n>=3).
|
|
0
|
|
|
17, 227, 2999, 16736887, 8915621446643, 302868879571439, 12089258196146290931146476752102265654388730403884105727999999959, 500702078263459319162123109657034815575847666330026847982736254730143917152403407
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
The 9th term of the sequence is 121 digits long and the 10th term has 146 digits.
|
|
LINKS
|
|
|
EXAMPLE
|
For n=3, p:=27-6-3-1=17 is prime.
|
|
MATHEMATICA
|
Do[p=n^n-n!-n-1; If[PrimeQ[p], Print[p]], {n, 200}]
Select[Table[n^n-n!-n-1, {n, 3, 90}], PrimeQ] (* Harvey P. Dale, Apr 06 2018 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|