|
Search: id:A100848
|
|
|
| A100848 |
|
Numbers n such that n^n+n+3 is prime. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
All terms <3000 correspond to certified primes; 3703 corresponds to a probable prime. No more terms through 5000. - Ryan Propper (rpropper(AT)stanford.edu), Sep 14 2005
|
|
PROGRAM
|
(PARI) f2(n, k) = for(x=0, n, y=x^x+x+k; if(ispseudoprime(y), print1(x", ")))
|
|
CROSSREFS
|
Sequence in context: A023496 A058570 A134781 this_sequence A051458 A068940 A008471
Adjacent sequences: A100845 A100846 A100847 this_sequence A100849 A100850 A100851
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Jan 07 2005
|
|
EXTENSIONS
|
3703 from Ryan Propper (rpropper(AT)stanford.edu), Sep 14 2005
|
|
|
Search completed in 0.002 seconds
|