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.

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

Original entry on oeis.org

7, 73, 262657, 18837001, 77158673929, 5302306226370307681801, 328017025014102923449988663752960080886511412965881, 6113142872404227834840443898241613032969, 34175792320105064276509600649933535697253970335472049142780400956425111741139140798213387072831489
Offset: 1

Views

Author

Robert Price, Sep 07 2017

Keywords

Crossrefs

Cf. A138938.

Programs

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