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.

A292011 Primes of the form Phi(k, 7), where Phi is the cyclotomic polynomial.

Original entry on oeis.org

2801, 43, 16148168401, 117307, 11898664849, 13564461457, 6568801, 29078814248401, 13841169553, 3421093417510114543, 33232924804801, 79787519018560501, 1628413557556843, 5457586804596062091175455674392801, 402488219476647465854701
Offset: 1

Views

Author

Robert Price, Sep 07 2017

Keywords

Crossrefs

Cf. A138937.

Programs

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