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”).

A020504
Cyclotomic polynomials at x=-5.
3
-5, -6, -4, 21, 26, 521, 31, 13021, 626, 15501, 781, 8138021, 601, 203450521, 19531, 464881, 390626, 127156575521, 15751, 3178914388021, 375601, 290639881, 12207031, 1986821492513021, 390001, 95336923825001
OFFSET
0,1
MAPLE
with(numtheory, cyclotomic); f := n->subs(x=-5, cyclotomic(n, x)); seq(f(i), i=0..64);
MATHEMATICA
Join[{-5}, Cyclotomic[Range[50], -5]] (* Paolo Xausa, Feb 26 2024 *)
CROSSREFS
Sequence in context: A082220 A144522 A371763 * A293009 A011004 A226975
KEYWORD
sign
AUTHOR
STATUS
approved