OFFSET
0,1
COMMENTS
Sequence has a(0) = x; see comments in A020501.
LINKS
MAPLE
with(numtheory, cyclotomic); f := n->subs(x=-7, cyclotomic(n, x)); seq(f(i), i=0..64);
MATHEMATICA
Join[{-7}, Cyclotomic[Range[50], -7]] (* Paolo Xausa, Feb 26 2024 *)
PROG
(PARI) a(n) = if(n==0, -7, polcyclo(n, -7)); \\ Michel Marcus, Dec 17 2017
CROSSREFS
KEYWORD
sign
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Dec 17 2017
STATUS
approved