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!)
A107656 Numbers n such that prime(n)=d(n)*phi(n)+1, where d(n) is number of positive divisors of n. 0

%I #3 Mar 30 2012 17:37:43

%S 1,2,3,4,652245

%N Numbers n such that prime(n)=d(n)*phi(n)+1, where d(n) is number of positive divisors of n.

%C There is no further term up to 5*10^7.

%e 652245 is in the sequence because prime(652245)=d(652245)*phi(652245)+1.

%t Do[If[Prime[n] == DivisorSigma[0, n]*EulerPhi[n] + 1, Print[n]], {n, 50000000}]

%Y Cf. A104905, A107657.

%K more,nonn

%O 1,2

%A _Farideh Firoozbakht_, Jun 06 2005

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)