OFFSET
1,1
COMMENTS
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000 (first 1000 terms from Robert G. Wilson v)
R. G. Batchko, A prime fractal and global quasi-self-similar structure in the distribution of prime-indexed primes, arXiv preprint arXiv:1405.2900 [math.GM], 2014.
N. Fernandez, An order of primeness, F(p)
N. Fernandez, An order of primeness [cached copy, included with permission of the author]
FORMULA
a(n) ~ n (log n)^4. - Charles R Greathouse IV, Feb 16 2017
MAPLE
map(ithprime@@3, select(isprime, [$1..157])); # Peter Luschny, Feb 17 2014
MATHEMATICA
Nest[ Prime, Range[40], 4] (* Robert G. Wilson v, Mar 15 2004 *)
PROG
(PARI) list(lim)=my(v=List(), q, r, s); forprime(p=2, lim, if(isprime(q++)&&isprime(r++)&&isprime(s++), listput(v, p))); Vec(v) \\ Charles R Greathouse IV, Feb 16 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Name corrected by Sean A. Irvine, Jul 18 2021
STATUS
approved