login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A049203 Primes for which A049076(p) >= 5. 18
31, 127, 709, 1787, 5381, 8527, 15299, 19577, 27457, 42043, 52711, 72727, 87803, 96797, 112129, 137077, 167449, 173867, 219613, 239489, 250751, 285191, 318211, 352007, 401519, 443419, 464939, 490643, 506683, 527623, 648391, 683873, 718807 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Union of A049081, A058322, A058324-A058328, A093046, etc. - R. J. Mathar, Jul 07 2012
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Robert G. Wilson v)
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) = A000040(A049090(n)). - R. J. Mathar, Jul 07 2012
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
Sequence in context: A333245 A158563 A079141 * A065403 A278054 A035502
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 29 03:15 EDT 2024. Contains 372097 sequences. (Running on oeis4.)