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.

A291992 Primes of the form Phi(k, -8), where Phi is the cyclotomic polynomial.

Original entry on oeis.org

73, 18837001, 262657, 77158673929, 5302306226370307681801, 6113142872404227834840443898241613032969, 9368364192635570536820270641094526818432914571726884941545525447306194544364947298173904481801
Offset: 1

Views

Author

Robert Price, Sep 07 2017

Keywords

Crossrefs

Cf. A138922.

Programs

  • Mathematica
    Select[Table[Cyclotomic[k,-8], {k, 3, 100}], PrimeQ[#] &]