The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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
Sequence in context: A087608 A078946 A164600 * A152588 A152589 A163853
KEYWORD
nonn
AUTHOR
Marco Ripà, Mar 12 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 20:02 EDT 2024. Contains 372533 sequences. (Running on oeis4.)