The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A085345 Least number x such that number of primes between phi(x) and x equals n. 2
2, 6, 12, 18, 24, 30, 50, 42, 48, 66, 60, 78, 96, 84, 90, 130, 108, 176, 114, 132, 156, 182, 150, 168, 186, 180, 216, 198, 228, 429, 210, 258, 308, 240, 276, 282, 270, 306, 294, 300, 354, 366, 336, 330, 384, 378, 396, 360, 432, 438, 622, 444, 390, 490, 474, 498 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n)=Min{x; A085342(x)=n}
MAPLE
N:= 200: # for a(1)..a(N)
V:= Vector(N):
count:= 0:
for x from 1 while count < N do
v:= numtheory:-pi(x) - numtheory:-pi(numtheory:-phi(x));
if v >= 1 and v <= N and V[v] = 0 then
V[v]:= x; count:= count+1;
fi
od:
convert(V, list); # Robert Israel, Aug 23 2018
CROSSREFS
Sequence in context: A069087 A367504 A304450 * A348774 A265843 A276829
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 10 2003
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 May 26 08:09 EDT 2024. Contains 372807 sequences. (Running on oeis4.)