OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (terms 1..1000 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.
N. Fernandez, An order of primeness [cached copy, included with permission of the author]
Michael P. May, Properties of Higher-Order Prime Number Sequences, Missouri J. Math. Sci. (2020) Vol. 32, No. 2, 158-170; and arXiv version, arXiv:2108.04662 [math.NT], 2021.
FORMULA
a(n) ~ n (log n)^5. - Charles R Greathouse IV, Feb 16 2017
MAPLE
map(ithprime@@4, select(isprime, [$1..137])); # Peter Luschny, Feb 17 2014
MATHEMATICA
Nest[ Prime, Range[35], 5] (* Robert G. Wilson v, Mar 15 2004 *)
PROG
(PARI) list(lim)=my(v=List(), q, r, s, t); forprime(p=2, lim, if(isprime(q++) && isprime(r++) && isprime(s++) && isprime(t++), listput(v, p))); Vec(v) \\ Charles R Greathouse IV, Feb 16 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Robert G. Wilson v, Nov 10 2000
Name corrected by Sean A. Irvine, Jul 21 2021
STATUS
approved