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!)
A073455 Numbers n such that to phi(n) = pi(n)-1. 3
6, 12, 18, 24, 42, 60 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
9 primes below 24 = {2,3,5,7,11,13,17,19,23}; RRS[24]={1,5,7,11,13,17,19,23}, so 24 is here.
MATHEMATICA
Do[s=EulerPhi[n]-PrimePi[n]; If[Equal[s, -1], Print[n]], {n, 1, 10000}]
CROSSREFS
Sequence in context: A147306 A359957 A031478 * A279894 A209309 A020333
KEYWORD
fini,full,nonn
AUTHOR
Labos Elemer, Aug 02 2002
STATUS
approved

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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)