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.

A292013 Primes of the form Phi(k, 9), where Phi is the cyclotomic polynomial.

Original entry on oeis.org

73, 6481, 530713, 42521761, 47763361, 282429005041, 150094634909578633, 13490012358249728401, 19966781110160346782368664772328944885905284750420567849, 1076050302914923449767311155851656076154481
Offset: 1

Views

Author

Robert Price, Sep 07 2017

Keywords

Crossrefs

Cf. A138939.

Programs

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