A019329 Cyclotomic polynomials at x=11.
11, 10, 12, 133, 122, 16105, 111, 1948717, 14642, 1772893, 13421, 28531167061, 14521, 3452271214393, 1623931, 195019441, 214358882, 50544702849929377, 1770231, 6115909044841454629, 212601841
Offset: 0
Keywords
Links
Programs
-
Maple
with(numtheory,cyclotomic); f := n->subs(x=11,cyclotomic(n,x)); seq(f(i),i=0..64);
-
Mathematica
Join[{11}, Cyclotomic[Range[30], 11]] (* Paolo Xausa, Feb 26 2024 *)