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.

A093107 Numbers n such that the Zsigmondy number Zs(n,3,1) differs from the n-th cyclotomic polynomial evaluated at 3.

Original entry on oeis.org

2, 4, 8, 16, 20, 32, 39, 42, 55, 64, 100, 128, 253, 256, 272, 294, 328, 342, 500, 507, 512, 605, 610, 666, 812, 876, 930, 1024, 1081, 1474, 1711, 1806, 2048, 2058, 2485, 2500, 2756, 2943, 3088, 3403, 3502, 4096, 4624, 4656, 5671, 5819, 6162, 6498, 6591, 6655
Offset: 1

Views

Author

Ralf Stephan, Mar 20 2004

Keywords

Comments

A019321(n) does not equal A064079(n).

Crossrefs

Programs

  • Mathematica
    Select[Range[10000], GCD[#, Cyclotomic[#, 3]]!=1 &] (* Emmanuel Vantieghem, Nov 13 2016 *)

Extensions

More terms from Vladeta Jovovic, Apr 02 2004
Definition corrected by Jerry Metzger, Nov 04 2009