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.

A291913 Primes of the form Phi(k, -11), where Phi is the cyclotomic polynomial.

Original entry on oeis.org

13421, 1623931, 1772893, 212601841, 3421169496361, 195019441, 50544702849929377, 3138426605161, 6115909044841454629, 9768997162071483134919121, 5559917315850179173, 46329453543600481, 9842332430037465033595921
Offset: 1

Views

Author

Robert Price, Sep 05 2017

Keywords

Crossrefs

Cf. A138919.

Programs

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