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.

A138927 Indices k such that A020502(k)=Phi[k](-3) is prime, where Phi is a cyclotomic polynomial.

Original entry on oeis.org

3, 5, 6, 7, 12, 13, 14, 18, 23, 24, 26, 30, 35, 36, 40, 42, 43, 60, 65, 66, 72, 77, 108, 126, 132, 142, 206, 215, 236, 276, 281, 286, 290, 304, 322, 359, 364, 391, 464, 487, 510, 522, 528, 529, 535, 558, 574, 577, 672, 680, 713, 731, 760, 799, 828, 892, 984
Offset: 1

Views

Author

M. F. Hasler, Apr 03 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Select[ Range[3, 1000], PrimeQ[ Cyclotomic[#, -3]] &] (* Robert G. Wilson v, Mar 25 2012 *)
  • PARI
    for( i=1,999, ispseudoprime( polcyclo(i,-3)) && print1( i","))
Showing 1-1 of 1 results.