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!)
A092847 a(n) = Sum_{k=1..n} round(prime(k) / log(prime(k))). 1
3, 6, 9, 13, 18, 23, 29, 35, 42, 51, 60, 70, 81, 92, 104, 117, 131, 146, 162, 179, 196, 214, 233, 253, 274, 296, 318, 341, 364, 388, 414, 441, 469, 497, 527, 557, 588, 620, 653, 687, 722, 757, 793, 830, 867, 905, 944, 985, 1027, 1069, 1112, 1156, 1200, 1245, 1291 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Partial sums of A002036. - Robert Israel, Jul 05 2015
LINKS
MAPLE
N:= 1000: # to get a(1) to a(N)
M:= ithprime(N):
Primes:= select(isprime, [2, seq(2*i+1, i=1..(M-1)/2)]):
A002036:= map(t -> round(t/log(t)), Primes):
ListTools:-PartialSums(%); # Robert Israel, Jul 05 2015
CROSSREFS
Cf. A002036.
Sequence in context: A129403 A323622 A154287 * A143975 A005488 A048202
KEYWORD
easy,nonn
AUTHOR
Jorge Coveiro, Apr 15 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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)