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.

A057849 Primes p whose order of primeness A078442(p) is at least 7.

Original entry on oeis.org

709, 5381, 52711, 167449, 648391, 1128889, 2269733, 3042161, 4535189, 7474967, 9737333, 14161729, 17624813, 19734581, 23391799, 29499439, 37139213, 38790341, 50728129, 56011909, 59053067, 68425619, 77557187, 87019979, 101146501, 113256643, 119535373, 127065427
Offset: 1

Views

Author

Robert G. Wilson v, Nov 10 2000

Keywords

Crossrefs

Programs

  • Maple
    a:= ithprime@@7;
    seq(a(n), n=1..30);  # Alois P. Heinz, Jun 14 2015
  • Mathematica
    Nest[ Prime, Range[35], 7] (* Robert G. Wilson v, Mar 15 2004 *)
  • PARI
    list(lim)=my(v=List(), q, r, s, t, u, vv); forprime(p=2, lim, if(isprime(q++) && isprime(r++) && isprime(s++) && isprime(t++) && isprime(u++) && isprime(vv++), listput(v, p))); Vec(v) \\ Charles R Greathouse IV, Feb 16 2017

Extensions

Name clarified by Andrew Howroyd, Nov 17 2024