login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A020503 Cyclotomic polynomials at x=-4. 2
-4, -5, -3, 13, 17, 205, 21, 3277, 257, 4033, 341, 838861, 241, 13421773, 5461, 80581, 65537, 3435973837, 4161, 54975581389, 61681, 20647621, 1398101, 14073748835533, 65281, 1098438933505, 22369621, 68719214593 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MAPLE
with(numtheory, cyclotomic); f := n->subs(x=-4, cyclotomic(n, x)); seq(f(i), i=0..64);
MATHEMATICA
Join[{-4}, Cyclotomic[Range[50], -4]] (* Paolo Xausa, Feb 26 2024 *)
PROG
(PARI) a(n) = if (n, polcyclo(n, -4), -4); \\ Michel Marcus, Sep 27 2018
CROSSREFS
Sequence in context: A299420 A019836 A353314 * A307484 A266964 A258197
KEYWORD
sign
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 26 14:57 EDT 2024. Contains 373718 sequences. (Running on oeis4.)