Chebyshev's Theta Function is defined as $\vartheta(x)=\sum_{p\le x} \log p$
I am trying to find a table of this function for large-ish values of $x$, preferably in a form I could download to a spreadsheet. By "large-ish" I mean for $x$ over 16000.
I have found a table in a 1962 paper by J.Rosser and L.Schoenfeld, titled "Approximate Formulas for Some Functions of Prime Numbers". Page 91 lists values of $\vartheta(x)$ for $x$ from 500 to 16000 in steps of 500. My search has not turned up any similar table thus far.
If anyone knows of such a table I would be grateful for the reference.
It's easy enough to compute with a computer algebra system. For example, in Maple:
(the last 3 digits or so of each of these may be off due to roundoff error).