OFFSET
0,1
LINKS
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 *)
PROG
(PARI) a(n) = if (n, polcyclo(n, -3), -3); \\ Michel Marcus, Oct 30 2018
CROSSREFS
KEYWORD
sign
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Oct 30 2018
STATUS
approved