OFFSET
0,4
COMMENTS
REFERENCES
G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers. 3rd ed., Oxford Univ. Press, 1954, p. 340.
D. S. Mitrinovic et al., Handbook of Number Theory, Kluwer, Section VII.35, p. 267.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 0..10000
FORMULA
theta(n) = log(A034386(n)).
a(n) ~ n, a statement equivalent to the Prime Number Theorem. - Charles R Greathouse IV, Sep 23 2012
PROG
(PARI) v=List(); t=0; for(n=0, 100, if(isprime(n), t+=log(n)); listput(v, round(t))); Vec(v) \\ Charles R Greathouse IV, Sep 23 2012
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 02 2008
STATUS
approved