A016040 Integer part of Chebyshev's theta function: floor( log(Product_{k=1..n} prime(k)) ).
0, 1, 3, 5, 7, 10, 13, 16, 19, 22, 26, 29, 33, 37, 40, 44, 49, 53, 57, 61, 65, 70, 74, 79, 83, 88, 92, 97, 102, 107, 111, 116, 121, 126, 131, 136, 141, 146, 151, 157, 162, 167, 172, 177, 183, 188, 193, 199, 204, 210, 215, 221, 226, 232, 237, 243, 248
Offset: 1
Keywords
Links
- R. J. Mathar, Table of n, a(n) for n = 1..1000
- J. W. Sander, A story of binomial coefficients and primes, Amer. Math. Monthly 102 (1995), 802-807.
Crossrefs
Cf. A035158.
Programs
-
Mathematica
Table[Floor[N[Sum[Log[Prime[x]], {x, 1, n}]]], {n, 1, 1000}] (* Artur Jasinski, Jan 23 2007 *)
Formula
a(n) ~ n log n by the prime number theorem. - Charles R Greathouse IV, Dec 11 2008
Extensions
New name from Charles R Greathouse IV, Dec 11 2008
Comments