Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124147
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124147 Primes p smaller than sqrt(g)*exp(sqrt(g)), where g is the gap between p and the next prime. +0
1
2, 3, 5, 7, 13, 23, 113, 1327, 31397, 370261, 2010733, 20831323, 25056082087 (list; graph; listen)
OFFSET

1,1

COMMENT

Except for 5 & 13, all of the terms here are in A002386 "Increasing gaps between primes ..." at positions 1, 2, 3, 4, 6, 10, 14, 17, 21, 24 & 39. - (from Robert G. Wilson v (rgwv(at)rgwv.com), Dec 30 2006)

LINKS

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics

EXAMPLE

a(9)=31397 because g=72 and sqrt(g)*exp(sqrt(g))=41093.88... > 31397.

MATHEMATICA

NextPrim[n_] := Block[{k = n + 1}, While[ !PrimeQ@k, k++ ]; k] lst = {}; p = 2; Do[q = NextPrim@p; g = q - p; If[p < Sqrt[g]*Exp[Sqrt[g]], Print@p; AppendTo[lst, p]]; p = q, {n, 1235000000}] - Robert G. Wilson v (rgwv(at)rgwv.com), Dec 30 2006

CROSSREFS

Cf. A000040, A001223, A000230.

Adjacent sequences: A124144 A124145 A124146 this_sequence A124148 A124149 A124150

Sequence in context: A006992 A080190 A076994 this_sequence A135372 A103597 A037021

KEYWORD

nonn

AUTHOR

Remi Eismann (reismann(AT)free.fr), Dec 13 2006

EXTENSIONS

a(13) from Robert G. Wilson v (rgwv(at)rgwv.com), Dec 30 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 10 20:39 EDT 2008. Contains 144831 sequences.


AT&T Labs Research