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

A260478
Cyclotomic polynomial value Phi(8,n!).
2
2, 2, 17, 1297, 331777, 207360001, 268738560001, 645241282560001, 2642908293365760001, 17340121312772751360001, 173401213127727513600000001, 2538767161403058526617600000001, 52643875858853821607942553600000001, 1503561738404723998944447273369600000001
OFFSET
0,1
FORMULA
a(n) = A123865(n!) for n>0.
MATHEMATICA
Table[Cyclotomic[8, n!], {n, 0, 200}]
PROG
(PARI) a(n)=polcyclo(8, n!) \\ Charles R Greathouse IV, Aug 29 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Price, Aug 28 2015
STATUS
approved