|
Search: id:A109887
|
|
|
| A109887 |
|
Numbers n such that 3^n + phi(n) is prime. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
All terms correspond to certified primes (Primo 2.2.0 beta). No more terms through 10000.
|
|
MATHEMATICA
|
Do[If[PrimeQ[3^n + EulerPhi[n]], Print[n]], {n, 1, 10000}]
|
|
CROSSREFS
|
Sequence in context: A006490 A139797 A036649 this_sequence A103038 A143108 A014009
Adjacent sequences: A109884 A109885 A109886 this_sequence A109888 A109889 A109890
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Ryan Propper (rpropper(AT)stanford.edu), Aug 31 2005
|
|
|
Search completed in 0.002 seconds
|