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!)
A065798 Numbers k such that k^k - k - 1 is prime. 2
3, 4, 5, 6, 9, 17, 22, 85, 710, 844, 1379 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There is no further term up to 3000. - Farideh Firoozbakht, Oct 19 2006
a(12) > 20000. - User "Someone", added by Dmitry Petukhov, Sep 09 2021
If it exists, a(12) > 40000. - Dmitry Petukhov, Sep 12 2021
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ n^n - n - 1], Print[n]], {n, 1, 750} ]
PROG
(PARI) is(n)=ispseudoprime(n^n-n-1) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Cf. A058912 (k^k+k-1).
Sequence in context: A293306 A014101 A039035 * A082671 A353568 A364146
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Dec 05 2001
EXTENSIONS
a(9)-a(11) from Farideh Firoozbakht, Oct 19 2006
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 April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)