|
Search: id:A050299
|
|
|
| A050299 |
|
Numbers n such that ((n-1)!+1)/n is prime. |
|
+0 4
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Except for the first term, all terms are primes because for n > 1, n divides (n-1)!+1 iff n is prime. There are no other terms up to 6550 and the corresponding next prime has more than 22150 digits.
No more terms below 30941.
|
|
REFERENCES
|
Javier Soria, posting to Number Theory List, Apr 08 2003
|
|
LINKS
|
Mike Oakes, posting to Number Theory List, Aug 20 2003
|
|
EXAMPLE
|
7 is in the sequence because (6!+1)/7=103 is prime.
|
|
MATHEMATICA
|
v={1}; Do[If[PrimeQ[((Prime[n]-1)!+1)/Prime[n]], v=Append[v, Prime[n]]; Print[v]], {n, 845}]
|
|
CROSSREFS
|
Sequence in context: A157437 A031134 A144231 this_sequence A092029 A156559 A018426
Adjacent sequences: A050296 A050297 A050298 this_sequence A050300 A050301 A050302
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Apr 09 2003
|
|
EXTENSIONS
|
1321 and 2621 from Mike Oakes, Aug 20 2003
Additional comments from Farideh Firoozbakht (mymontain(AT)yahoo.com), Mar 19 2004
|
|
|
Search completed in 0.002 seconds
|