|
Search: id:A058037
|
|
|
| A058037 |
|
Numbers n such that 3^n - n is prime. |
|
+0 1
|
|
| 1, 2, 8, 20, 40, 104, 110, 208, 472, 832, 1982, 25628
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Except for the first term all terms are of the form 6k+2 or 6k+4. There are no further terms up to 34500. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Jul 17 2005
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[ 3^n - n ], Print[ n ] ], {n, 0, 3000} ]
|
|
CROSSREFS
|
Sequence in context: A032633 A007290 A049031 this_sequence A048096 A072250 A057566
Adjacent sequences: A058034 A058035 A058036 this_sequence A058038 A058039 A058040
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 16 2000
|
|
EXTENSIONS
|
25628 from Farideh Firoozbakht (mymontain(AT)yahoo.com), Jul 17 2005
|
|
|
Search completed in 0.002 seconds
|