login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A020511
Cyclotomic polynomials at x=-12.
1
-12, -13, -11, 133, 145, 19141, 157, 2756293, 20737, 2984257, 22621, 57154490053, 20593, 8230246567621, 3257437, 465542221, 429981697, 170662392826187461, 2987713, 24575384566970994373, 427016305
OFFSET
0,1
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 *)
CROSSREFS
Sequence in context: A156456 A077180 A105745 * A008939 A284372 A004453
KEYWORD
sign
AUTHOR
STATUS
approved