cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A016040 Integer part of Chebyshev's theta function: floor( log(Product_{k=1..n} prime(k)) ).

Original entry on oeis.org

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

Views

Author

Keywords

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) = A000195(A002110(n)).
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