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.

A261472 Primes of the form Phi(6,n!), where Phi is the cyclotomic polynomial.

Original entry on oeis.org

3, 31, 14281, 25396561, 273552658381614558353373506071127403199540399874192973440773009599175173339925708800000001
Offset: 1

Views

Author

Robert Price, Aug 20 2015

Keywords

Crossrefs

Programs

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