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!)
A280380 First occurrence of A280379(k) = n. 0
1, 2, 30, 46, 374, 2146, 5945, 14855, 24702 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
n < log(a(n)) for a(n) < 1.1*10^6.
LINKS
EXAMPLE
For prime(30)=113, A056171(113) = 14, A104272(12)=107 and A104272(13) = 127, so 14 - 12 = 2 (First occurrence).
PROG
(PARI) \\RR[x] is a list of Ramanujan primes, A104272.
{plimit=1.1*10^6; i=n=s=0;
forprime(p=2, plimit,
s++;
if(p==RR[n+1], n++);
if(i==s-primepi(floor(p/2))-n, print(i, " ", s); i++)
)
}
CROSSREFS
Sequence in context: A105962 A113695 A098827 * A184238 A285220 A078208
KEYWORD
nonn
AUTHOR
John W. Nicholson, Jan 09 2017
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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)