OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (first 221 terms from Robert G. Wilson v)
N. Fernandez, An order of primeness, F(p)
N. Fernandez, An order of primeness [cached copy, included with permission of the author]
MATHEMATICA
Nest[ Prime, Range[35], 10] (* Robert G. Wilson v, Mar 15 2004 *)
PROG
(PARI) a(n)=my(k=11); while(k--, n=prime(n)); n \\ Charles R Greathouse IV, Feb 24 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Nov 10 2000
STATUS
approved