OFFSET
1,3
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.
FORMULA
a(n) ~ n log n by the prime number theorem. - Charles R Greathouse IV, Dec 11 2008
MATHEMATICA
Table[Floor[N[Sum[Log[Prime[x]], {x, 1, n}]]], {n, 1, 1000}] (* Artur Jasinski, Jan 23 2007 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
New name from Charles R Greathouse IV, Dec 11 2008
STATUS
approved