OFFSET
0,1
COMMENTS
Check the b-file for terms beyond those listed above.
REFERENCES
R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics. Addison-Wesley, Reading, MA, 1990, p. 111.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Marc Deleglise et al., Table of n, a(n) for n = 0..24 (a(23) corrected and a(24) added using Kim Walisch's primecount program, by David Baugh, Nov 11 2015)
C. K. Caldwell, Marc Deleglise's work on new values of pi(x)
UTM, The Nth Prime Page.
Eric Weisstein's World of Mathematics, Prime Number
R. G. Wilson, V, Letter to N. J. A. Sloane, Jan. 1989
EXAMPLE
a(0) = 10^0-th prime = first prime = 2.
MAPLE
MATHEMATICA
Table[Prime[10^n], {n, 0, 12}]
PROG
(PARI) a(n)=prime(10^n) \\ Charles R Greathouse IV, Jul 21 2011
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
EXTENSIONS
More terms from Paul Zimmermann
a(19) from Marc Deleglise, Jun 29 2008
a(20) found by Andrey V. Kulsha using a program by Xavier Gourdon, Oct 05 2011
a(21) from Henri Lifchitz, Sep 09 2014
a(22) from Henri Lifchitz, Nov 21 2014
STATUS
approved