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.

A292003 Primes of the form Phi(k, -4), where Phi is the cyclotomic polynomial.

Original entry on oeis.org

13, 17, 257, 241, 65537, 61681, 15790321, 4278255361, 4562284561, 291280009243618888211558641, 18446744069414584321, 78919881726271091143763623681, 84179842077657862011867889681, 20988936657440586486151264256610222593863921, 84159375948762099254554456081
Offset: 1

Views

Author

Robert Price, Sep 07 2017

Keywords

Crossrefs

Cf. A138926.

Programs

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