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.

A058324 Primes for which A049076(p) = 8.

Original entry on oeis.org

709, 167449, 1128889, 3042161, 4535189, 7474967, 14161729, 19734581, 23391799, 29499439, 38790341, 56011909, 59053067, 68425619, 87019979, 101146501, 113256643, 119535373, 127065427, 138034009, 185350441, 196100297, 207460717, 233784751, 241568891, 280256489
Offset: 1

Views

Author

Robert G. Wilson v, Dec 12 2000

Keywords

Crossrefs

Programs

  • Maple
    map(ithprime@@7, remove(isprime, [$1..38]))[];  # Alois P. Heinz, Mar 15 2020
  • Mathematica
    Nest[ Prime, Select[ Range[34], !PrimeQ[ # ] &], 7] (* Robert G. Wilson v, Mar 15 2004 *)

Formula

a(n) = A000040(A058322(n)). - R. J. Mathar, Jul 07 2012

Extensions

More terms from Alois P. Heinz, Mar 15 2020