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.

A020502 Cyclotomic polynomials at x=-3.

Original entry on oeis.org

-3, -4, -2, 7, 10, 61, 13, 547, 82, 703, 121, 44287, 73, 398581, 1093, 8401, 6562, 32285041, 757, 290565367, 5905, 682969, 88573, 23535794707, 6481, 3472494301, 797161, 387400807, 478297, 17157594341221, 4561, 154418349070987, 43046722, 4482983209, 64570081, 374857981681
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    with(numtheory,cyclotomic); f := n->subs(x=-3,cyclotomic(n,x)); seq(f(i),i=0..64);
  • Mathematica
    Join[{-3}, Cyclotomic[Range[50], -3]] (* Paolo Xausa, Feb 26 2024 *)
  • PARI
    a(n) = if (n, polcyclo(n, -3), -3); \\ Michel Marcus, Oct 30 2018

Extensions

More terms from Michel Marcus, Oct 30 2018