cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A260478 Cyclotomic polynomial value Phi(8,n!).

Original entry on oeis.org

2, 2, 17, 1297, 331777, 207360001, 268738560001, 645241282560001, 2642908293365760001, 17340121312772751360001, 173401213127727513600000001, 2538767161403058526617600000001, 52643875858853821607942553600000001, 1503561738404723998944447273369600000001
Offset: 0

Views

Author

Robert Price, Aug 28 2015

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Cyclotomic[8, n!], {n, 0, 200}]
  • PARI
    a(n)=polcyclo(8,n!) \\ Charles R Greathouse IV, Aug 29 2015

Formula

a(n) = A123865(n!) for n>0.