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.

A250184 Numbers n such that Phi(33,n) is prime, where Phi is the cyclotomic polynomial.

Original entry on oeis.org

2, 3, 13, 14, 18, 31, 44, 59, 62, 75, 80, 104, 109, 145, 185, 213, 273, 282, 309, 321, 337, 379, 399, 405, 411, 430, 452, 464, 470, 522, 535, 560, 566, 586, 593, 597, 653, 654, 688, 702, 704, 727, 728, 744, 746, 780, 805, 806, 816, 822, 829, 846, 856
Offset: 1

Views

Author

R. J. Mathar, Jan 12 2015

Keywords

Crossrefs

Cf. A246392.

Programs

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