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!)
A073456 Numbers n such that to phi(n) = pi(n)+1. 3

%I #8 Apr 06 2018 17:39:37

%S 1,5,36,48,84

%N Numbers n such that to phi(n) = pi(n)+1.

%F Solutions to A000010(x)=A000720(x)+k, where k=+1; finite for any fixed value of k.

%e 15 primes below 48 = {2,3,5,7,11,13,17,19,23,29,31,37,41,43,47}; 16 terms in RRS[48]={1,5,7,11,13,17,19,23,25,29,31,35,37,41,43,47}, so 48 is here.

%t Do[s=EulerPhi[n]-PrimePi[n]; If[Equal[s, 1], Print[n]], {n, 1, 10000}]

%Y Cf. A037228, A037171, A000010, A000720, A073455.

%K fini,full,nonn

%O 1,2

%A _Labos Elemer_, Aug 02 2002

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 May 7 00:25 EDT 2024. Contains 372298 sequences. (Running on oeis4.)