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!)
A215260 Nearest integer to log(A002110(n)). 4

%I #22 Sep 17 2015 03:23:24

%S 0,1,2,3,5,8,10,13,16,19,23,26,30,33,37,41,45,49,53,57,62,66,70,75,79,

%T 84,88,93,98,102,107,112,117,122,127,132,137,142,147,152,157,162,167,

%U 173,178,183,189,194,199,205,210,216,221,227,232,238,243,249,254,260,266,271,277,283,288,294,300,306,312,317,323,329,335,341,347,353,359,365,371,377

%N Nearest integer to log(A002110(n)).

%H Charles R Greathouse IV, <a href="/A215260/b215260.txt">Table of n, a(n) for n = 0..10000</a>

%F a(n) ~ n log n, a statement equivalent to the Prime Number Theorem. - _Charles R Greathouse IV_, Sep 23 2012

%t Round@ Log@ FoldList[ Times, 1, Prime@ Range@ 60] (* _Robert G. Wilson v_, Sep 16 2015 *)

%o (PARI) v=List([t=0]);forprime(p=2,200,t+=log(p);listput(v,round(t))); Vec(v) \\ _Charles R Greathouse IV_, Sep 23 2012

%Y Cf. A002110, A215259, A057872, A092777.

%K nonn

%O 0,3

%A _N. J. A. Sloane_, Sep 14 2012

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.)