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.

Showing 1-1 of 1 results.

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

Original entry on oeis.org

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

Views

Author

Robert Price, Sep 07 2017

Keywords

Crossrefs

Cf. A138921.

Programs

  • Mathematica
    Select[Table[Cyclotomic[k,-9], {k, 0, 100}], PrimeQ[#] &]
Showing 1-1 of 1 results.