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.

A049090 Primes for which A049076 >= 4.

Original entry on oeis.org

11, 31, 127, 277, 709, 1063, 1787, 2221, 3001, 4397, 5381, 7193, 8527, 9319, 10631, 12763, 15299, 15823, 19577, 21179, 22093, 24859, 27457, 30133, 33967, 37217, 38833, 40819, 42043, 43651, 52711, 55351, 57943, 60647, 66851, 68639, 72727
Offset: 1

Views

Author

Keywords

Comments

Union of A049080, A049081, A058322, A058324, etc. - R. J. Mathar, Jul 07 2012

Crossrefs

Programs

  • 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 *)
  • 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

Formula

a(n) = A006450(A006450(n)). - James G. Merickel, Feb 14 2010
a(n) = A000040(A038580(n)). - R. J. Mathar, Jul 07 2012
a(n) ~ n (log n)^4. - Charles R Greathouse IV, Feb 16 2017

Extensions

Name corrected by Sean A. Irvine, Jul 18 2021