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!)
A092777 a(n) = Sum_{k=1..n} round(log(prime(k))). 3
1, 2, 4, 6, 8, 11, 14, 17, 20, 23, 26, 30, 34, 38, 42, 46, 50, 54, 58, 62, 66, 70, 74, 78, 83, 88, 93, 98, 103, 108, 113, 118, 123, 128, 133, 138, 143, 148, 153, 158, 163, 168, 173, 178, 183, 188, 193, 198, 203, 208, 213, 218, 223, 229, 235, 241, 247, 253, 259, 265 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Accumulate[Round[Log[Prime[Range[60]]]]] (* Harvey P. Dale, Jul 08 2015 *)
PROG
(PARI) A092777()={for(n=1, 100, summ=0; for(k=1, n, summ += round(log(prime(k)))); print1(summ, ", ")); } \\ Bill McEachen, Sep 16 2015
CROSSREFS
Cf. A215260.
Partial sums of A029836.
Sequence in context: A200738 A129896 A134421 * A186380 A006463 A237886
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Apr 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 29 21:36 EDT 2024. Contains 372114 sequences. (Running on oeis4.)