|
Search: id:A137999
|
|
|
| A137999 |
|
Primes p such that (p^p-p!)/p is prime. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
In spite of the given PARI code, it has been checked that the given terms are indeed primes, not just probable primes.
|
|
PROGRAM
|
(PARI) forprime( p=1, 9999, ispseudoprime(p^(p-1)-(p-1)!) & print1(p", "))
|
|
CROSSREFS
|
Sequence in context: A117646 A064857 A065913 this_sequence A056145 A119939 A153138
Adjacent sequences: A137996 A137997 A137998 this_sequence A138000 A138001 A138002
|
|
KEYWORD
|
hard,more,nonn
|
|
AUTHOR
|
M. F. Hasler (MHasler(AT)univ-ag.fr), Mar 18 2008
|
|
EXTENSIONS
|
Edited by T. D. Noe (noe(AT)sspectra.com), Oct 30 2008
|
|
|
Search completed in 0.002 seconds
|