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!)
A077152 Smallest k such that there are n primes between n and k. 2
3, 6, 12, 14, 20, 24, 32, 38, 42, 44, 54, 60, 68, 72, 74, 80, 90, 98, 104, 108, 110, 114, 132, 138, 140, 150, 152, 158, 168, 174, 182, 192, 194, 198, 200, 212, 228, 230, 234, 240, 252, 258, 270, 272, 278, 282, 294, 308, 312, 314, 318, 332, 348, 350, 354, 360 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Prime[PrimePi[n]+n]+1, {n, 60}] (* Harvey P. Dale, Sep 25 2015 *)
PROG
(PARI) for(n=1, 100, s=0:forprime(k=nextprime(n+1), 10^8, s=s+1: if(s==n, s=k+1:break)):print1(s", "))
CROSSREFS
Sequence in context: A102040 A232485 A232486 * A337747 A067759 A331068
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 31 2002
EXTENSIONS
More terms from Ralf Stephan, Mar 26 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 April 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)