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.

A250182 Numbers n such that Phi_28(n) is prime, where Phi is the cyclotomic polynomial.

Original entry on oeis.org

4, 5, 7, 13, 25, 33, 41, 63, 74, 80, 88, 94, 96, 104, 116, 144, 149, 151, 154, 165, 167, 174, 183, 191, 197, 208, 231, 241, 262, 268, 270, 290, 318, 319, 361, 368, 376, 390, 394, 412, 431, 434, 442, 464, 489, 492, 521, 529, 556, 568, 574, 575, 585, 589, 613, 629, 639, 654, 666, 667, 672, 683, 684
Offset: 1

Views

Author

R. J. Mathar, Jan 09 2015

Keywords

Crossrefs

Cf. A246392.

Programs

  • Mathematica
    Select[Range[700], PrimeQ[Cyclotomic[28, #]] &] (* Vincenzo Librandi, Jan 17 2015 *)
  • PARI
    isok(n) = isprime(polcyclo(28, n)); \\ Michel Marcus, Jan 17 2015