login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109887 Numbers n such that 3^n + phi(n) is prime. 0

%I #4 Oct 02 2013 15:12:47

%S 3,4,10,20,44,60,583,677,947,1182,12048,16018,74316

%N Numbers n such that 3^n + phi(n) is prime.

%C All terms correspond to certified primes (Primo 2.2.0 beta). No more terms through 10000.

%C a(14) > 10^5. [From _Donovan Johnson_, Feb 06 2010]

%t Do[If[PrimeQ[3^n + EulerPhi[n]], Print[n]], {n, 1, 10000}]

%K hard,nonn

%O 1,1

%A _Ryan Propper_, Aug 31 2005

%E a(11)-a(13) from _Donovan Johnson_, Feb 06 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)