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!)
A064663 a(n) = n - ceiling( prime(n)/log(prime(n)) ). 3
-2, -1, -1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 3, 4, 4, 5, 5, 6, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 7, 6, 7, 7, 8, 7, 6, 7, 7, 8, 8, 9, 8, 8, 8, 8, 9, 9, 10, 10, 10, 9, 9, 10, 10, 9, 10, 9, 10, 10, 10, 10, 11, 11, 11, 11, 11, 12, 11, 11, 12, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[n-Ceiling[Prime[n]/Log[Prime[n]]], {n, 90}] (* Harvey P. Dale, Dec 05 2012 *)
PROG
(PARI) { for (n=1, 1000, write("b064663.txt", n, " ", n - ceil( prime(n)/log(prime(n)) )) ) } \\ Harry J. Smith, Sep 21 2009
CROSSREFS
Sequence in context: A027355 A127326 A321923 * A025923 A351358 A138158
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Oct 10 2001
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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)