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!)
A182315 Primes prime(n) such that prime(n+1) - prime(n) > log(n)^2. 4
2, 3, 5, 7, 13, 23, 31, 113, 1327, 31397, 370261, 492113, 2010733, 20831323, 25056082087, 42652618343, 2614941710599, 19581334192423 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Using terms of A002386, a(19) is probably 218209405436543. - T. D. Noe, Apr 24 2012
LINKS
MATHEMATICA
t = {}; Do[If[Prime[n + 1] - Prime[n] > Log[n]^2, AppendTo[t, Prime[n]]], {n, 10000}]; t (* T. D. Noe, Apr 24 2012 *)
PROG
(PARI) n=0; G=1; p=2; forprime(q=3, 1e8, n++; if(q-p>=G&&q-p>log(n)^2, G=ceil(log(n)^2); print1(p", ")); p=q) \\ Charles R Greathouse IV, Apr 24 2012
CROSSREFS
Subsequence of A211073.
Sequence in context: A064336 A179921 A211073 * A233862 A235394 A126092
KEYWORD
nonn,hard,more
AUTHOR
Thomas Ordowski, Apr 24 2012
EXTENSIONS
a(13)-a(16) from Charles R Greathouse IV, Apr 24 2012
a(17) from Charles R Greathouse IV, Apr 26 2012
a(18) from Charles R Greathouse IV, May 06 2012
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 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)