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.

A019330 Cyclotomic polynomials at x=12.

Original entry on oeis.org

12, 11, 13, 157, 145, 22621, 133, 3257437, 20737, 2987713, 19141, 67546215517, 20593, 9726655034461, 2756293, 394379701, 429981697, 201691918794585181, 2984257, 29043636306420266077, 427016305
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    with(numtheory,cyclotomic); f := n->subs(x=12,cyclotomic(n,x)); seq(f(i),i=0..64);
  • Mathematica
    Join[{12}, Cyclotomic[Range[30], 12]] (* Paolo Xausa, Feb 26 2024 *)