8, 7, 9, 73, 65, 4681, 57, 299593, 4097, 262657, 3641, 1227133513, 4033, 78536544841, 233017, 14709241, 16777217, 321685687669321, 261633, 20587884010836553, 16519105, 60247241209, 954437177, 84327972908386521673, 16773121, 1152956690052710401, 61083979321
(Python)
from sympy.polys.specialpolys import cyclotomic_poly
def a(n): return 8 if n == 0 else cyclotomic_poly(n, x=8)
print([a(n) for n in range(27)]) # Michael S. Branicky, Aug 07 2021
approved
editing
Simon Plouffe (simon.plouffe(AT)gmail.com)
<a href="/Sindx_index/Cy.html#CyclotomicPolynomialsValuesAtX">Index entries for cyclotomic polynomials, values at X</a>
<a href="/Sindx_Cy.html#CyclotomicPolynomialsValuesAtX">Index entries for cyclotomic polynomials, values at X</a>
nonn,new
nonn
<a href="http://www.research.att.com/~njas/sequences/Sindx_Cy.html#CyclotomicPolynomialsValuesAtX">Index entries for cyclotomic polynomials, values at X</a>
nonn,new
nonn
nonn,new
nonn
Simon Plouffe (simon.plouffe(AT)math.uqamgmail.cacom)
with(numtheory, cyclotomic); f := n->subs(x=8, cyclotomic(n, x)); seq(f(i), i=0..64);
nonn,new
nonn
with(numtheory, cyclotomic); f:=n->subs(x=8, cyclotomic(n, x)); seq(f(i), i=0..64);
nonn,new
nonn