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!)
A099937 Primes not of the form floor(k + (1/2)*log(k)^2). 0
5, 37, 97, 421, 673, 2659, 3407, 3847, 7703, 13229, 176921 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lmt = 10^6; Complement[ Table[ Prime[n], {n, PrimePi[ Floor[lmt + Log[lmt]^2/2]]}], Select[ Table[ Floor[n + Log[n]^2/2], {n, lmt}], PrimeQ[ # ] &]] (* Robert G. Wilson v, Nov 14 2004 *)
CROSSREFS
Sequence in context: A031913 A188130 A054587 * A142036 A089195 A249861
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Nov 12 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, Nov 14 2004
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)