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.

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

Original entry on oeis.org

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

Views

Author

Robert Price, Sep 07 2017

Keywords

Crossrefs

Cf. A138934.

Programs

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