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!)
A100849 Numbers n such that n^n+n+5 is prime. 0
1, 2, 37, 451, 1699, 2131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Here we interpret 0^0 as 1.
a(5), a(6) very probable primes; a(7) > 10^4. [From D. S. McNeil, Mar 14 2009]
LINKS
PROG
(PARI) f2(n, k) = for(x=0, n, y=x^x+x+k; if(ispseudoprime(y), print1(x", ")))
CROSSREFS
Sequence in context: A092853 A297796 A300542 * A300969 A120047 A300926
KEYWORD
hard,more,nonn
AUTHOR
Cino Hilliard, Jan 07 2005
EXTENSIONS
a(5),a(6) from D. S. McNeil, Mar 14 2009
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)