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!)
A100850 Numbers k such that k^k + k + 7 is prime. 0
2, 3, 5, 53, 164, 806, 1256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Here we interpret 0^0 as 1.
a(8) > 3340. - Daniel Starodubtsev, Mar 05 2019
LINKS
PROG
(PARI) f2(n) = for(x=0, n, y=x^x+x+7; if(ispseudoprime(y), print1(x", ")))
CROSSREFS
Sequence in context: A041791 A322947 A056720 * A309607 A060085 A114370
KEYWORD
hard,more,nonn
AUTHOR
Cino Hilliard, Jan 07 2005
EXTENSIONS
a(6)-a(7) from Daniel Starodubtsev, Mar 05 2019
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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)