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

A019330
Cyclotomic polynomials at x=12.
3
12, 11, 13, 157, 145, 22621, 133, 3257437, 20737, 2987713, 19141, 67546215517, 20593, 9726655034461, 2756293, 394379701, 429981697, 201691918794585181, 2984257, 29043636306420266077, 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: A320636 A070560 A358497 * A086045 A072220 A171986
KEYWORD
nonn
AUTHOR
STATUS
approved