cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A049202 Primes p whose order of primeness A049076(p) is >= 6.

Original entry on oeis.org

127, 709, 5381, 15299, 52711, 87803, 167449, 219613, 318211, 506683, 648391, 919913, 1128889, 1254739, 1471343, 1828669, 2269733, 2364361, 3042161, 3338989, 3509299, 4030889, 4535189, 5054303, 5823667, 6478961, 6816631
Offset: 1

Views

Author

Keywords

Comments

Union of A058322, A058324-A058328, A093046 etc.

Crossrefs

Programs

  • Maple
    map(ithprime@@4,select(isprime, [$1..137])); # Peter Luschny, Feb 17 2014
  • Mathematica
    Nest[ Prime, Range[35], 6] (* Robert G. Wilson v, Mar 15 2004 *)
  • PARI
    list(lim)=my(v=List(), q, r, s, t, u); forprime(p=2, lim, if(isprime(q++) && isprime(r++) && isprime(s++) && isprime(t++) && isprime(u++), listput(v, p))); Vec(v) \\ Charles R Greathouse IV, Feb 16 2017

Extensions

More terms from Robert G. Wilson v, Nov 10 2000
Name corrected by Sean A. Irvine, Jul 21 2021