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.

A261128 Cyclotomic polynomial value Phi(7,n!).

Original entry on oeis.org

7, 7, 127, 55987, 199411801, 3011076302521, 139507830379527121, 16393413624509530430641, 4296688920209982460579470721, 2283386315992292963858620174289281, 2283380652830226414943490202201665068801, 4045147099313653802803680147635052518194156801
Offset: 0

Views

Author

Robert Price, Aug 20 2015

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Cyclotomic[7, n!], {n, 0, 200}]
  • PARI
    a(n) = polcyclo(7, n!) \\ Michel Marcus, Aug 22 2015

Formula

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