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.

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

Original entry on oeis.org

3, 9, 10, 21, 27, 50, 55, 68, 78, 81, 147, 155, 171, 243, 250, 253, 301, 406, 410, 605, 657, 666, 729, 889, 979, 1014, 1029, 1081, 1156, 1250, 1378, 1582, 1711, 1830, 1962, 2056, 2187, 2211, 2265, 2328, 2485, 2892, 3081, 3249, 3403, 4082, 4658, 4805, 4965
Offset: 1

Views

Author

Ralf Stephan, Mar 20 2004

Keywords

Comments

A019322(n) does not equal A064080(n).

Crossrefs

Programs

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

Extensions

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