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.

A259265 Primes of the form Phi(5,n!), where Phi is the cyclotomic polynomial.

Original entry on oeis.org

5, 5, 31, 346201, 209102521, 6813584502670671709484968734757499815278649237224386797415881735111285309440001
Offset: 1

Views

Author

Robert Price, Jun 22 2015

Keywords

Comments

These primes are neither sorted nor uniqued. They are listed in the order found in A259264.

Crossrefs

Cf. A200906.

Programs

  • Mathematica
    Select[Table[Cyclotomic[5, n!], {n, 0, 200}], PrimeQ]