|
Search: id:A058046
|
|
|
| A058046 |
|
Numbers n such that 5^n - n is prime. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Farideh Firoozbakht reports that the only known prime of the form 5^n + n occurs when n = 7954 and that there are no others up to 20200. Oct 11 2003.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[ 5^n - n ], Print[ n ] ], {n, 1, 13400} ]
|
|
CROSSREFS
|
Sequence in context: A062349 A105122 A132076 this_sequence A074180 A126293 A007668
Adjacent sequences: A058043 A058044 A058045 this_sequence A058047 A058048 A058049
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 17 2000
|
|
EXTENSIONS
|
The sixth term was found by Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), who reports that there are no others up to 13400, Oct 11 2003
|
|
|
Search completed in 0.002 seconds
|